Update README.md with details on config.py in development environments
This commit is contained in:
parent
b18140c483
commit
83582435e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 `<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
|
||||
Every website with login needs a secret key to hash passwords with.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue