Skip to content

Commit 5031881

Browse files
committed
updated readme
1 parent 4e72a3c commit 5031881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Now use the `/api/.env.template` file to create an `.env` file and add the corre
102102
Create a `.env` file by copying [.env.template](./api/.env.template) inside the [./api](./api) folder, and then add the connection string to connect to the local SQL Server, for example:
103103

104104
```
105-
DATABASE_URL=sqlserver://localhost:1433;database=prisma-demo;user=SA;password=Prisma1234;trustServerCertificate=true;encrypt=true
105+
DATABASE_URL=sqlserver://localhost:1433;database=prisma-demo;user=DB_USER;password=DB_PASSWORD;trustServerCertificate=true;encrypt=true
106106
```
107107
108108
### Option 2 - Create the Azure SQL database

0 commit comments

Comments
 (0)