We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5336f61 commit 92ca28eCopy full SHA for 92ca28e
.env
@@ -1,9 +1,9 @@
1
# True for development, False for production
2
-DEBUG=True
+DEBUG=False
3
4
# Flask ENV
5
FLASK_APP=run.py
6
-FLASK_ENV=development
+FLASK_ENV=production
7
8
# If not provided, a random one is generated
9
# SECRET_KEY=<YOUR_SUPER_KEY_HERE>
0 commit comments