Skip to content

Commit ad848e7

Browse files
authored
Updated .env.example to enable correctly DEBUG mode in Flask
1 parent b2778ae commit ad848e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.example

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ DATABASE_URL=postgres://gitpod:postgres@localhost:5432/example
77
FLASK_APP_KEY="any key works"
88
FLASK_APP=src/app.py
99
FLASK_ENV=development
10+
DEBUG=TRUE
1011

1112
# Front-End Variables
1213
BASENAME=/
13-
#BACKEND_URL=
14+
#BACKEND_URL=

0 commit comments

Comments
 (0)