Adds https port to mercure connections
oginstaller/pipeline/head There was a failure building this commit Details

select_mono_multi
Nicolas Arenas 2025-03-17 13:23:26 +01:00
parent 4ca2252f2d
commit 45938bbe2b
1 changed files with 1 additions and 1 deletions

View File

@ -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