mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
settings: Set STAGING to False in DEFAULT_SETTINGS.
This makes it possible to use this for features like managing the soft-deactivation cron job running in only one place.
This commit is contained in:
@@ -118,6 +118,7 @@ DEFAULT_SETTINGS = {'TWITTER_CONSUMER_KEY': '',
|
||||
'EMAIL_HOST': None,
|
||||
'EMAIL_BACKEND': None,
|
||||
'NOREPLY_EMAIL_ADDRESS': "noreply@" + EXTERNAL_HOST.split(":")[0],
|
||||
'STAGING': False,
|
||||
'S3_KEY': '',
|
||||
'S3_SECRET_KEY': '',
|
||||
'S3_AVATAR_BUCKET': '',
|
||||
|
||||
Reference in New Issue
Block a user