From 40f73f1a5e25ff41eecfa0d8f7d8fa8cea1c9ed9 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 28 Feb 2023 09:41:21 +0100 Subject: [PATCH] Update .env.production --- conf/.env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/.env.production b/conf/.env.production index bc49471..d369c71 100644 --- a/conf/.env.production +++ b/conf/.env.production @@ -2,10 +2,10 @@ # (can overwrite variables present in Makefile.config) # Application -# export FLASK_APP=fittrackee +export FLASK_APP=fittrackee export FLASK_SKIP_DOTENV=1 # export HOST= -# export PORT= +export PORT=__PORT__ # export APP_SETTINGS=fittrackee.config.ProductionConfig export APP_SECRET_KEY='__KEY__' # export APP_WORKERS=