Move postgres host configuration for zulip.com out of settings.py.

(imported from commit fe95011ae86ff7c5f20c789b459a763326da374d)
This commit is contained in:
Tim Abbott
2015-08-22 13:24:39 -07:00
parent 930c64df8a
commit 17fd248f23
2 changed files with 6 additions and 7 deletions

View File

@@ -41,6 +41,7 @@ NOREPLY_EMAIL_ADDRESS = "noreply@zulip.com"
SESSION_SERIALIZER = "django.contrib.sessions.serializers.PickleSerializer"
REMOTE_POSTGRES_HOST = "postgres.zulip.net"
STATSD_HOST = 'stats.zulip.net'
if ZULIP_COM_STAGING: