Moving elastic search hosts.

This commit is contained in:
Samuel Clay 2013-04-01 15:13:22 -07:00
parent 50b6eee6a8
commit 459944ed64

View file

@ -443,7 +443,7 @@ SESSION_REDIS_DB = 5
# = Elasticsearch =
# =================
ELASTICSEARCH_HOSTS = ['db02:9200']
ELASTICSEARCH_HOSTS = ['db10:9200']
# ===============
# = Social APIs =