Skip to content

Commit 771c885

Browse files
committed
Update local dev env
1 parent c89221d commit 771c885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/app-service/tutorial-python-postgresql-app.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@ cd msdocs-django-postgresql-sample-app
5757

5858
-----
5959

60-
Create an *.env* file as shown below using the *.env.sample* file as a guide. Set the value of `DBNAME` to the name of an existing database in your local PostgreSQL instance. Set the values of `DBHOST`, `DBUSER`, and `DBPASS` as appropriate for your local PostgreSQL instance.
60+
Create an *.env* file as shown below using the *.env.sample* file as a guide. Set the value of `DBNAME` to the name of an existing database in your local PostgreSQL instance. Set the values of `DBHOST`, `DBUSER`, and `DBPASS` as appropriate for your local PostgreSQL instance. Set the value for `SECRET_KEY` to the same value used in the App Service app settings.
6161

6262
```
6363
DBNAME=<database name>
6464
DBHOST=<database-hostname>
6565
DBUSER=<db-user-name>
6666
DBPASS=<db-password>
67+
SECRET_KEY=<secret key>
6768
```
6869

6970
Create a virtual environment for the app:

0 commit comments

Comments
 (0)