open-law/.flaskenv

14 lines
472 B
Plaintext
Raw Permalink Normal View History

2023-04-20 13:10:16 +00:00
# These variables will be loaded into the python environment and used by flask to configure your app.
# This may be variables defined by flask, extensions or even your own environment variables.
# This requires that you have the python-dotenv package installed.
# NOTE: This file is placed under version control and should NOT include sensitive information such as passwords.
# For those cases, use the .env file.
FLASK_APP=wsgi:app
APP_ENV=development
FLASK_DEBUG=1