mirror of https://github.com/zulip/zulip.git
Use stats.zulip.net instead of old stats internal IP
(imported from commit 1ec504b953272e2b52b80e202b099764dceb2be0)
This commit is contained in:
parent
a305a7de63
commit
0f377a1277
|
@ -189,7 +189,7 @@ if USING_STATSD:
|
|||
if LOCAL_STATSD:
|
||||
STATSD_HOST = 'localhost'
|
||||
else:
|
||||
STATSD_HOST = '10.252.2.167'
|
||||
STATSD_HOST = 'stats.zulip.net'
|
||||
|
||||
INSTALLED_APPS = ('django_statsd',) + INSTALLED_APPS
|
||||
STATSD_PORT = 8125
|
||||
|
|
Loading…
Reference in New Issue