Skip to content
Snippets Groups Projects
Commit 60356cf0 authored by Alexander Pace's avatar Alexander Pace
Browse files

fix settings typo

parent 4101951a
No related branches found
No related tags found
1 merge request!46Refreshed look and feel
Pipeline #98122 failed
......@@ -89,8 +89,8 @@ AWS_ELASTICACHE_ADDR = get_from_env('DJANGO_AWS_ELASTICACHE_ADDR')
CACHES['default'] = {
'BACKEND': 'django_elasticache.memcached.ElastiCache',
'LOCATION': AWS_ELASTICACHE_ADDR,
'OPTIONS' {
'IGNORE_CLUSTER_ERRORS': [True,False],
'OPTIONS': {
'IGNORE_CLUSTER_ERRORS': True,
},
}
MIDDLEWARE = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment