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