Update README.md with details on config.py in development environments

This commit is contained in:
PV Tejas 2023-07-13 04:50:10 +00:00
parent b18140c483
commit 83582435e9

View file

@ -12,7 +12,7 @@ The first time you install the app in each environment, you need to initialize d
## Config file ## Config file
The config file is located at `<python_environment>/var/flaskr-instance/config.py` The config file is located at `<python_environment>/var/flaskr-instance/config.py` in production, and in `instance/` in development. The instance folder is created when the database is initialized.
### Secret Key ### Secret Key
Every website with login needs a secret key to hash passwords with. Every website with login needs a secret key to hash passwords with.