API - remove dotenv warning
This commit is contained in:
parent
eea3ab5ae7
commit
e773be0e1a
@ -3,6 +3,7 @@
|
|||||||
# Application
|
# Application
|
||||||
export FLASK_ENV=development
|
export FLASK_ENV=development
|
||||||
export FLASK_APP=fittrackee/__main__.py
|
export FLASK_APP=fittrackee/__main__.py
|
||||||
|
export FLASK_SKIP_DOTENV=1
|
||||||
export APP_SETTINGS=fittrackee.config.DevelopmentConfig
|
export APP_SETTINGS=fittrackee.config.DevelopmentConfig
|
||||||
export APP_SECRET_KEY='just for test'
|
export APP_SECRET_KEY='just for test'
|
||||||
# export APP_WORKERS=
|
# export APP_WORKERS=
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
# Application
|
# Application
|
||||||
# export FLASK_APP=fittrackee
|
# export FLASK_APP=fittrackee
|
||||||
|
export FLASK_SKIP_DOTENV=1
|
||||||
# export HOST=
|
# export HOST=
|
||||||
# export PORT=
|
# export PORT=
|
||||||
# export APP_SETTINGS=fittrackee.config.ProductionConfig
|
# export APP_SETTINGS=fittrackee.config.ProductionConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user