Commit d211d2d4 by Max Rothman

Add configuration for caching course structure

parent 222c6b73
......@@ -742,6 +742,9 @@ generic_env_config: &edxapp_generic_env
<<: *default_generic_cache
KEY_PREFIX: 'celery'
TIMEOUT: "7200"
course_structure_cache:
<<: *default_generic_cache
KEY_PREFIX: 'course_structure'
CELERY_BROKER_TRANSPORT: 'amqp'
CELERY_BROKER_HOSTNAME: "{{ EDXAPP_RABBIT_HOSTNAME }}"
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