mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Move API super users configuration into the database.
(imported from commit 3cc702f93e7252b42930dba4bde93a915b6dbf44)
This commit is contained in:
@@ -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'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user