mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Move postgres host configuration for zulip.com out of settings.py.
(imported from commit fe95011ae86ff7c5f20c789b459a763326da374d)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user