settings: Add web-public streams beta subdomain list.

This will make it convenient to add a handful of organizations to the
beta of this feature during its first few weeks to try to catch bugs,
before we open it to everyone in Zulip Cloud.
This commit is contained in:
Tim Abbott
2022-03-10 12:50:06 -08:00
committed by Alex Vandiver
parent 57f01e0727
commit 20368a936c
4 changed files with 17 additions and 2 deletions

View File

@@ -261,6 +261,8 @@ OPEN_REALM_CREATION = False
# Whether it's possible to create web-public streams on this server.
WEB_PUBLIC_STREAMS_ENABLED = False
# Temporary setting during web-public streams beta.
WEB_PUBLIC_STREAMS_BETA_SUBDOMAINS: List[str] = []
# Setting for where the system bot users are. Likely has no
# purpose now that the REALMS_HAVE_SUBDOMAINS migration is finished.