Switch memcache using stuff to use 01 so we can upgrade 02.
This commit is contained in:
parent
34f9697382
commit
778886d77b
7 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ DATAGREPPER_CACHE_BACKEND='dogpile.cache.memcached'
|
|||
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': 'app01.stg.phx2.fedoraproject.org:11211'}}
|
||||
{% else %}
|
||||
#DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached01.phx2.fedoraproject.org:11211', 'memcached02.phx2.fedoraproject.org:11211']}}
|
||||
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached02.phx2.fedoraproject.org:11211']}}
|
||||
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached01.phx2.fedoraproject.org:11211']}}
|
||||
{% endif %}
|
||||
|
||||
{% if environment == "staging" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue