Commit dfe05ce4 by Calen Pennington

Pass CACHES setting through to the django app from configuration

parent 9789df89
......@@ -73,6 +73,7 @@
DATABASE_OPTIONS:
connect_timeout: 10
DATABASES: '{{ '{{' }} {{ role_name|upper }}_DATABASES }}'
CACHES: '{{ '{{' }} {{ role_name|upper }}_CACHES }}'
PLATFORM_NAME: '{{ '{{' }} {{ role_name|upper }}_PLATFORM_NAME }}'
......
......@@ -88,6 +88,7 @@ COURSE_DISCOVERY_SERVICE_CONFIG:
connect_timeout: 10
DATABASES: '{{ COURSE_DISCOVERY_DATABASES }}'
ELASTICSEARCH: '{{ COURSE_DISCOVERY_ELASTICSEARCH }}'
CACHES: '{{ COURSE_DISCOVERY_CACHES }}'
PLATFORM_NAME: '{{ COURSE_DISCOVERY_PLATFORM_NAME }}'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment