This commit is contained in:
Bastian Wagner
2026-07-15 16:03:49 +02:00
parent d51d915c74
commit 9cd8891769
8 changed files with 19 additions and 50 deletions

View File

@@ -3,7 +3,7 @@ set -eu
cat >/usr/share/nginx/html/config.js <<EOF
window.__LDAP_PORTAL_CONFIG__ = {
apiBaseUrl: "${API_BASE_URL:-}"
apiBaseUrl: "${API_BASE_URL:-/api}"
};
EOF