Switch stuff over to new memcached

This commit is contained in:
Kevin Fenzi 2014-07-14 22:16:47 +00:00
parent 6476f0254d
commit abedfb7cc8
5 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ DATAGREPPER_CACHE_BACKEND='dogpile.cache.memcached'
{% if environment == "staging" %}
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': 'app01.stg.phx2.fedoraproject.org:11211'}}
{% else %}
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached03.phx2.fedoraproject.org:11211', 'memcached04.phx2.fedoraproject.org:11211']}}
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached01.phx2.fedoraproject.org:11211', 'memcached02.phx2.fedoraproject.org:11211']}}
{% endif %}
{% if environment == "staging" %}