We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a66ab commit 63546f6Copy full SHA for 63546f6
1 file changed
entrypoint.sh
@@ -3,6 +3,7 @@
3
cat <<EOF > /usr/share/nginx/html/config.js
4
window.__SEAMLESS_CONFIG__ = {
5
API_URL: "${API_URL}"
6
+ AUTH_MODE: "${AUTH_MODE}"
7
};
8
EOF
9
0 commit comments