mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update .env.production
This commit is contained in:
parent
c1ace3291c
commit
40f73f1a5e
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
# (can overwrite variables present in Makefile.config)
|
# (can overwrite variables present in Makefile.config)
|
||||||
|
|
||||||
# Application
|
# Application
|
||||||
# export FLASK_APP=fittrackee
|
export FLASK_APP=fittrackee
|
||||||
export FLASK_SKIP_DOTENV=1
|
export FLASK_SKIP_DOTENV=1
|
||||||
# export HOST=
|
# export HOST=
|
||||||
# export PORT=
|
export PORT=__PORT__
|
||||||
# export APP_SETTINGS=fittrackee.config.ProductionConfig
|
# export APP_SETTINGS=fittrackee.config.ProductionConfig
|
||||||
export APP_SECRET_KEY='__KEY__'
|
export APP_SECRET_KEY='__KEY__'
|
||||||
# export APP_WORKERS=
|
# export APP_WORKERS=
|
||||||
|
|
Loading…
Reference in a new issue