mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Change statsd IP to new server
(imported from commit ae2ff964fd20ec89cc25bc0bcb58d94947ce462b)
This commit is contained in:
@@ -188,7 +188,7 @@ if USING_STATSD:
|
||||
if LOCAL_STATSD:
|
||||
STATSD_HOST = 'localhost'
|
||||
else:
|
||||
STATSD_HOST = '10.244.161.187'
|
||||
STATSD_HOST = '10.252.2.167'
|
||||
|
||||
INSTALLED_APPS = ('django_statsd',) + INSTALLED_APPS
|
||||
STATSD_PORT = 8125
|
||||
|
||||
Reference in New Issue
Block a user