From 288ee9468c3fc18978af11f1076f5ed8d7ceba58 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sat, 31 Jul 2021 18:58:59 -0400 Subject: [PATCH] portal redirect port --- scripts/subinstallers/gen_prod_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/subinstallers/gen_prod_env.sh b/scripts/subinstallers/gen_prod_env.sh index b663321..b12550a 100755 --- a/scripts/subinstallers/gen_prod_env.sh +++ b/scripts/subinstallers/gen_prod_env.sh @@ -22,7 +22,7 @@ echo "#MAILGUN_API_URL=" >> $DJANGO_PROD_FILE echo "#SENTRY_DNS=" >> $DJANGO_PROD_FILE echo "MISTBORN_INSTALL_COCKPIT=$MISTBORN_INSTALL_COCKPIT" >> $DJANGO_PROD_FILE #echo "MISTBORN_PORTAL_IP=10.2.3.1" >> $DJANGO_PROD_FILE -#echo "MISTBORN_PORTAL_PORT=5001" >> $DJANGO_PROD_FILE +echo "MISTBORN_PORTAL_REDIRECT_PORT=5001" >> $DJANGO_PROD_FILE chmod 600 $DJANGO_PROD_FILE # generate production .env file for postgresql