clean up FLASK_ENV docs [ci skip]
This commit is contained in:
parent
2949306b7b
commit
87c2e121e0
7 changed files with 131 additions and 85 deletions
|
|
@ -82,8 +82,8 @@ Do this on Mac or Linux with the following commands in ``flaskr/``::
|
|||
flask run
|
||||
|
||||
(In case you are on Windows you need to use ``set`` instead of ``export``).
|
||||
The :envvar:`FLASK_ENV` flag if set to ``development`` turns on all
|
||||
development features such as enabling the interactive debugger.
|
||||
Exporting ``FLASK_ENV=development`` turns on all development features
|
||||
such as enabling the interactive debugger.
|
||||
|
||||
*Never leave debug mode activated in a production system*, because it will
|
||||
allow users to execute code on the server!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue