1
0
Fork 0
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:
Thomas 2023-02-28 09:41:21 +01:00 committed by GitHub
parent c1ace3291c
commit 40f73f1a5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=