settings: Move NAGIOS_BOT_HOST default to default_settings.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-06-09 20:36:01 -07:00
committed by Tim Abbott
parent 92a58e9ce0
commit 8ba25960e7
2 changed files with 3 additions and 3 deletions

View File

@@ -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")