Blame view

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

474465ee   hitier   More install doc
7
# Default environment set to 'production',
b4ff40eb   hitier   More comments in ...
8
9
# but 'development' value adds debuging facities.
#
3122f2f8   hitier   Running mode 1: f...
10
FLASK_ENV=development
b4ff40eb   hitier   More comments in ...
11

474465ee   hitier   More install doc
12
13
# Default app name is set to the python application wrapper.
# You shouldnt edit unless you know what you're doing.
b4ff40eb   hitier   More comments in ...
14
#
47242f30   hitier   Fix flaskenv flas...
15
FLASK_APP=pdc_web