Commit ee47f59e by Edward Zarecor

Separating caches

parent d211d2d4
...@@ -84,6 +84,7 @@ EDXAPP_EMAIL_HOST_PASSWORD: '' ...@@ -84,6 +84,7 @@ EDXAPP_EMAIL_HOST_PASSWORD: ''
EDXAPP_LOG_LEVEL: 'INFO' EDXAPP_LOG_LEVEL: 'INFO'
EDXAPP_MEMCACHE: [ 'localhost:11211' ] EDXAPP_MEMCACHE: [ 'localhost:11211' ]
EDXAPP_CACHE_COURSE_STRUCTURE_MEMCACHE: [ 'localhost:11211' ]
EDXAPP_COMMENTS_SERVICE_URL: 'http://localhost:18080' EDXAPP_COMMENTS_SERVICE_URL: 'http://localhost:18080'
EDXAPP_COMMENTS_SERVICE_KEY: 'password' EDXAPP_COMMENTS_SERVICE_KEY: 'password'
...@@ -745,6 +746,7 @@ generic_env_config: &edxapp_generic_env ...@@ -745,6 +746,7 @@ generic_env_config: &edxapp_generic_env
course_structure_cache: course_structure_cache:
<<: *default_generic_cache <<: *default_generic_cache
KEY_PREFIX: 'course_structure' KEY_PREFIX: 'course_structure'
LOCATION: "{{ EDXAPP_CACHE_COURSE_STRUCTURE_MEMCACHE }}"
CELERY_BROKER_TRANSPORT: 'amqp' CELERY_BROKER_TRANSPORT: 'amqp'
CELERY_BROKER_HOSTNAME: "{{ EDXAPP_RABBIT_HOSTNAME }}" CELERY_BROKER_HOSTNAME: "{{ EDXAPP_RABBIT_HOSTNAME }}"
COMMENTS_SERVICE_URL: "{{ EDXAPP_COMMENTS_SERVICE_URL }}" COMMENTS_SERVICE_URL: "{{ EDXAPP_COMMENTS_SERVICE_URL }}"
......
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