From 45938bbe2b1b73418837cbca5044bc668e39ef75 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 17 Mar 2025 13:23:26 +0100 Subject: [PATCH] Adds https port to mercure connections --- non_graf_installer/component-installer/provision_oggui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non_graf_installer/component-installer/provision_oggui.sh b/non_graf_installer/component-installer/provision_oggui.sh index cc56a05..b51fd9f 100644 --- a/non_graf_installer/component-installer/provision_oggui.sh +++ b/non_graf_installer/component-installer/provision_oggui.sh @@ -22,6 +22,6 @@ export MERCURE_URL="$mercure_url" # Si se ha configurado la IP del ogCore, se escribe en el fichero .env echo "NG_APP_BASE_API_URL=$OGCORE_URL" > $ENV_FILE -echo "NG_APP_OGCORE_MERCURE_BASE_URL=http://$mercure_ip:3000/.well-known/mercure" >> $ENV_FILE +echo "NG_APP_OGCORE_MERCURE_BASE_URL=https://$mercure_ip:3000/.well-known/mercure" >> $ENV_FILE touch /opt/opengnsys/ogGui/installer/.deployed