diff --git a/config/uniconfig/run_uniconfig.sh b/config/uniconfig/run_uniconfig.sh index b11f050..e2b05c1 100644 --- a/config/uniconfig/run_uniconfig.sh +++ b/config/uniconfig/run_uniconfig.sh @@ -9,7 +9,7 @@ DEBUG_PARAMETER="--debug" UNICONFIG_ID=${CONTAINER_ID:=1} PROXY_ENABLED=${PROXY_ENABLED:="false"} -set sensitive env variables from docker secrets +# set sensitive env variables from docker secrets if [[ -f "/set_env_secrets.sh" ]]; then . /set_env_secrets.sh '' fi @@ -103,4 +103,4 @@ if [ $enabled_debugging -eq 1 ]; then else java "--add-opens" "java.base/java.lang=ALL-UNNAMED" "-Xmx${JAVA_MAX_MEM}" -cp "${JAR_DIRS}" "${MAIN_CLASS}" "--spring.config.location=${CONFIG}" "$@" fi -unset enabled_debugging \ No newline at end of file +unset enabled_debugging