mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
Add interface for creating new realms.
This is controlled by settings.OPEN_REALM_CREATION; if that setting is off, this feature doesn't do anything.
This commit is contained in:
@@ -142,6 +142,7 @@ DEFAULT_SETTINGS = {'TWITTER_CONSUMER_KEY': '',
|
||||
'ZULIP_COM': False,
|
||||
'ZULIP_COM_STAGING': False,
|
||||
'STATSD_HOST': '',
|
||||
'OPEN_REALM_CREATION': False,
|
||||
'REMOTE_POSTGRES_HOST': '',
|
||||
'REMOTE_POSTGRES_SSLMODE': '',
|
||||
'GOOGLE_CLIENT_ID': '',
|
||||
|
||||
Reference in New Issue
Block a user