mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
move apps to memcached02
This commit is contained in:
committed by
kevin
parent
37425b8f9c
commit
24aaee6429
@@ -392,11 +392,7 @@ 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