From c19a8012a01cf729a219903d1c7b80a12f244509 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:39:20 +0100 Subject: [PATCH] fix --- conf/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env.production b/conf/.env.production index bc49471..cdbca94 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