From c1ace3291c19d3ce3c6ca4b0478794588a883c6f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 28 Feb 2023 09:21:58 +0100 Subject: [PATCH] Update .env.production --- conf/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env.production b/conf/.env.production index cdbca94..bc49471 100644 --- a/conf/.env.production +++ b/conf/.env.production @@ -7,7 +7,7 @@ export FLASK_SKIP_DOTENV=1 # export HOST= # export PORT= # export APP_SETTINGS=fittrackee.config.ProductionConfig -export APP_SECRET_KEY='$key' +export APP_SECRET_KEY='__KEY__' # export APP_WORKERS= export APP_LOG=fittrackee.log export UPLOAD_FOLDER=/home/yunohost.app/__APP__/data