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:
Alex Vandiver 2023-06-06 15:11:41 +00:00 committed by Tim Abbott
parent fba8c23dc0
commit cdc94d2719
1 changed files with 9 additions and 0 deletions

View File

@ -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