mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
prod_settings_template: Document REALM_HOSTS configuration.
This was in docs/production/multiple-organizations.md, but not the settings template.
This commit is contained in:
committed by
Alex Vandiver
parent
fabb5ffe94
commit
5a177bff3a
@@ -699,6 +699,15 @@ SOCIAL_AUTH_SAML_SUPPORT_CONTACT = {
|
||||
################
|
||||
## Miscellaneous settings.
|
||||
|
||||
## If you host multiple organizations on the same Zulip server, you
|
||||
## can customize the hostname that one of them uses by adding it here.
|
||||
## See https://zulip.readthedocs.io/en/latest/production/multiple-organizations.html#other-hostnames
|
||||
## Note that you still need SSL certificates for this other custom hostname:
|
||||
## https://zulip.readthedocs.io/en/latest/production/multiple-organizations.html#ssl-certificates
|
||||
# REALM_HOSTS = {
|
||||
# "example": "hostname.example.com",
|
||||
# }
|
||||
|
||||
## How long outgoing webhook requests time out after
|
||||
# OUTGOING_WEBHOOK_TIMEOUT_SECONDS = 10
|
||||
|
||||
|
Reference in New Issue
Block a user