mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
settings: Move NAGIOS_BOT_HOST default to default_settings.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
92a58e9ce0
commit
8ba25960e7
@@ -427,9 +427,6 @@ else:
|
||||
|
||||
ROOT_DOMAIN_URI = EXTERNAL_URI_SCHEME + EXTERNAL_HOST
|
||||
|
||||
if "NAGIOS_BOT_HOST" not in vars():
|
||||
NAGIOS_BOT_HOST = EXTERNAL_HOST
|
||||
|
||||
S3_KEY = get_secret("s3_key")
|
||||
S3_SECRET_KEY = get_secret("s3_secret_key")
|
||||
|
||||
|
Reference in New Issue
Block a user