Use memcached01.stg in stg.
This commit is contained in:
parent
b1eea42305
commit
ded83ab756
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ DATAGREPPER_BASE_URL='https://apps.fedoraproject.org/datagrepper/'
|
|||
|
||||
DATAGREPPER_CACHE_BACKEND='dogpile.cache.memcached'
|
||||
{% if environment == "staging" %}
|
||||
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': 'app01.stg.phx2.fedoraproject.org:11211'}}
|
||||
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': 'memcached01:11211'}}
|
||||
{% else %}
|
||||
#DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached01.phx2.fedoraproject.org:11211', 'memcached02.phx2.fedoraproject.org:11211']}}
|
||||
DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached01.phx2.fedoraproject.org:11211']}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue