Skip to content

Commit 92ca28e

Browse files
committed
Update .env
1 parent 5336f61 commit 92ca28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# True for development, False for production
2-
DEBUG=True
2+
DEBUG=False
33

44
# Flask ENV
55
FLASK_APP=run.py
6-
FLASK_ENV=development
6+
FLASK_ENV=production
77

88
# If not provided, a random one is generated
99
# SECRET_KEY=<YOUR_SUPER_KEY_HERE>

0 commit comments

Comments
 (0)