move apps to memcached02

This commit is contained in:
Seddik Alaoui Ismaili
2024-12-05 22:43:34 +01:00
committed by kevin
parent 37425b8f9c
commit 24aaee6429
7 changed files with 0 additions and 28 deletions

View File

@@ -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 %}
}
}