shorten app_config_js config name to fit 64-char Docker limit

This commit is contained in:
notplants
2026-04-20 17:30:22 +00:00
parent a9f451a177
commit 081c196078
2 changed files with 4 additions and 4 deletions

View File

@ -3,4 +3,4 @@ export CONFIG_JS_VERSION=v2
export NGINX_CONF_VERSION=v1
export SSO_ENTRYPOINT_VERSION=v6
export SSO_JS_VERSION=v3
export APPLICATION_CONFIG_VERSION=v3
export APP_CONFIG_JS_VERSION=v1