Switch stuff over to new memcached
This commit is contained in:
parent
6476f0254d
commit
abedfb7cc8
5 changed files with 8 additions and 8 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue