Use stats.zulip.net instead of old stats internal IP

(imported from commit 1ec504b953272e2b52b80e202b099764dceb2be0)
This commit is contained in:
Leo Franchi 2013-08-21 17:47:17 -04:00
parent a305a7de63
commit 0f377a1277
1 changed files with 1 additions and 1 deletions

View File

@ -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