mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
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:
committed by
Alex Vandiver
parent
57f01e0727
commit
20368a936c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user