mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
test move apps to memcached02
This commit is contained in:
committed by
zlopez
parent
2cf38c1f17
commit
c88ab2cb08
@@ -392,7 +392,11 @@ LOGGING = {
|
||||
CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
|
||||
{% if env == 'staging' %}
|
||||
'LOCATION': 'memcached02:11211',
|
||||
{% else %}
|
||||
'LOCATION': 'memcached01:11211',
|
||||
{% endif %}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user