Change statsd IP to new server

(imported from commit ae2ff964fd20ec89cc25bc0bcb58d94947ce462b)
This commit is contained in:
Leo Franchi
2013-04-26 17:44:01 -04:00
parent 5c0cfc44e7
commit 3d18b2eb2f

View File

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