Updated .env variable for future Flask versions
FLASK_ENV has been deprecated
This commit is contained in:
parent
4f193e7fa5
commit
f9d85a8028
@ -1,4 +1,5 @@
|
|||||||
SERVER_NAME= # URL where this will be hosted.
|
SERVER_NAME= # URL where this will be hosted.
|
||||||
|
FLASK_DEBUG=False
|
||||||
|
|
||||||
TZ=Europe/London # Time Zone
|
TZ=Europe/London # Time Zone
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user