API - remove dotenv warning

This commit is contained in:
Sam 2022-02-13 14:34:24 +01:00
parent eea3ab5ae7
commit e773be0e1a
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# Application
export FLASK_ENV=development
export FLASK_APP=fittrackee/__main__.py
export FLASK_SKIP_DOTENV=1
export APP_SETTINGS=fittrackee.config.DevelopmentConfig
export APP_SECRET_KEY='just for test'
# export APP_WORKERS=

View File

@ -3,6 +3,7 @@
# Application
# export FLASK_APP=fittrackee
export FLASK_SKIP_DOTENV=1
# export HOST=
# export PORT=
# export APP_SETTINGS=fittrackee.config.ProductionConfig