Move API super users configuration into the database.

(imported from commit 3cc702f93e7252b42930dba4bde93a915b6dbf44)
This commit is contained in:
Tim Abbott
2015-09-20 10:32:01 -07:00
parent bfcae58cac
commit 858d0a984b
6 changed files with 72 additions and 23 deletions

View File

@@ -111,14 +111,6 @@ NAGIOS_STAGING_RECEIVE_BOT = 'cordelia@zulip.com'
# Also used for support email in emails templates
ZULIP_ADMINISTRATOR = 'support@zulip.com'
# TODO: Store this info in the database
# Also note -- the email gateway bot is automatically added.
API_SUPER_USERS = set(["tabbott/extra@mit.edu",
"irc-bot@zulip.com",
"bot1@customer35.invalid",
"bot1@customer36.invalid",
"hipchat-bot@zulip.com",])
ADMINS = (
('Zulip Error Reports', 'errors@zulip.com'),
)