Switch stuff over to new memcached

This commit is contained in:
Kevin Fenzi 2014-07-14 22:16:47 +00:00
parent 6476f0254d
commit abedfb7cc8
5 changed files with 8 additions and 8 deletions

View file

@ -268,7 +268,7 @@ CACHES = {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'KEY_PREFIX': 'askfedora',
'LOCATION': [
'memcached04:11211',
'memcached02:11211',
]
}
}