From 83582435e97f5df2f9ca5996da077142a146917a Mon Sep 17 00:00:00 2001 From: PV Tejas Date: Thu, 13 Jul 2023 04:50:10 +0000 Subject: [PATCH] Update README.md with details on config.py in development environments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f8aac..21131b6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The first time you install the app in each environment, you need to initialize d ## Config file -The config file is located at `/var/flaskr-instance/config.py` +The config file is located at `/var/flaskr-instance/config.py` in production, and in `instance/` in development. The instance folder is created when the database is initialized. ### Secret Key Every website with login needs a secret key to hash passwords with.