From eb4c5086356ba8073b5e54df80472dd7d7f53b89 Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Sat, 3 Feb 2024 14:14:06 +0100 Subject: [PATCH] retain host --- imageroot/actions/configure-module/10configure_environment_vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imageroot/actions/configure-module/10configure_environment_vars b/imageroot/actions/configure-module/10configure_environment_vars index eecd284..dbee658 100755 --- a/imageroot/actions/configure-module/10configure_environment_vars +++ b/imageroot/actions/configure-module/10configure_environment_vars @@ -31,7 +31,7 @@ data = json.load(sys.stdin) host = data.get("host", "") port = data.get("TCP_PORT", "") url = host+":"+port -APP_BASE_URL = "https://"+url #"https://"+host +APP_BASE_URL = "https://"+host #"https://"+host APP_PORT=port = data.get("TCP_PORT", "") # DB Config