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
c19a8012a0
commit
c1ace3291c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ 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
|
||||||
export APP_SECRET_KEY='$key'
|
export APP_SECRET_KEY='__KEY__'
|
||||||
# export APP_WORKERS=
|
# export APP_WORKERS=
|
||||||
export APP_LOG=fittrackee.log
|
export APP_LOG=fittrackee.log
|
||||||
export UPLOAD_FOLDER=/home/yunohost.app/__APP__/data
|
export UPLOAD_FOLDER=/home/yunohost.app/__APP__/data
|
||||||
|
|
Loading…
Reference in a new issue