Blame view

resources/flaskenv 341 Bytes
b4ff40eb   hitier   More comments in ...
1
2
3
4
5
6
7
8
9
# flask command configuration file.
#
# cf https://flask.palletsprojects.com/en/1.1.x/cli/
# and https://flask.palletsprojects.com/en/1.1.x/config/
#

# Default set to 'production',
# but 'development' value adds debuging facities.
#
3122f2f8   hitier   Running mode 1: f...
10
FLASK_ENV=development
b4ff40eb   hitier   More comments in ...
11
12
13
14

# Is set to the python application wrapper
# you shouldnt edit.
#
47242f30   hitier   Fix flaskenv flas...
15
FLASK_APP=pdc_web