We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e9e46 commit 35d2313Copy full SHA for 35d2313
entrypoint.sh
@@ -258,6 +258,7 @@ zulipConfiguration() {
258
{ [ "$setting_key" = "LDAP_APPEND_DOMAIN" ] && [ "$setting_var" = "None" ]; } || \
259
[ "$setting_key" = "SECURE_PROXY_SSL_HEADER" ] || \
260
[[ "$setting_key" = "CSRF_"* ]] || \
261
+ [ "$setting_key" = "REALM_HOSTS" ] || \
262
[ "$setting_key" = "ALLOWED_HOSTS" ]; then
263
type="array"
264
fi
0 commit comments