Skip to content

Commit 63546f6

Browse files
committed
fix: add missing auth mode config
1 parent 22a66ab commit 63546f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
cat <<EOF > /usr/share/nginx/html/config.js
44
window.__SEAMLESS_CONFIG__ = {
55
API_URL: "${API_URL}"
6+
AUTH_MODE: "${AUTH_MODE}"
67
};
78
EOF
89

0 commit comments

Comments
 (0)