Merge pull request #372 from JordanP/fix_docs_config
Fix docs/config.md: the MYAPP_SETTINGS is not exported
This commit is contained in:
commit
eac26a4514
|
@ -54,7 +54,7 @@ app.config.from_envvar('MYAPP_SETTINGS')
|
|||
Then you can run your application with the `MYAPP_SETTINGS` environment variable set:
|
||||
|
||||
```
|
||||
$ MYAPP_SETTINGS=/path/to/config_file; python3 myapp.py
|
||||
$ MYAPP_SETTINGS=/path/to/config_file python3 myapp.py
|
||||
INFO: Goin' Fast @ http://0.0.0.0:8000
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user