mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 23:24:48 -03:30
remove memcache from everywhere and add djagno-redis to cover it
This commit is contained in:
@@ -441,8 +441,8 @@ CELERYBEAT_SCHEDULE = {
|
||||
# Django Caching Configuration
|
||||
CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
|
||||
'LOCATION': 'unix:/var/run/memcached/memcached.sock'
|
||||
'BACKEND': 'django_redis.cache.RedisCache',
|
||||
'LOCATION': 'unix:/var/run/redis/redis.sock'
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user