settings: Eliminate ADMIN_DOMAIN for creating initial realm.

We now use `./manage.py generate_realm_creation_link` as the flow flow
for creating one's first realm.
This commit is contained in:
Vishnu Ks
2016-06-27 00:55:47 +05:30
committed by Tim Abbott
parent 5b68e0defe
commit a7ead9e99d
8 changed files with 6 additions and 22 deletions

View File

@@ -12,7 +12,6 @@ AUTHENTICATION_BACKENDS = ('zproject.backends.DevAuthBackend',)
# 'zproject.backends.GoogleMobileOauth2Backend',)
EXTERNAL_URI_SCHEME = "http://"
EMAIL_GATEWAY_PATTERN = "%s@" + EXTERNAL_HOST
ADMIN_DOMAIN = "zulip.com"
NOTIFICATION_BOT = "notification-bot@zulip.com"
ERROR_BOT = "error-bot@zulip.com"
NEW_USER_BOT = "new-user-bot@zulip.com"