Commit 6608d565 by Feanil Patel

Merge pull request #2455 from edx/feanil/config_key_prefix

Add a key prefix to the config model.
parents 88a7fca7 b0d4d84c
...@@ -807,6 +807,9 @@ generic_env_config: &edxapp_generic_env ...@@ -807,6 +807,9 @@ generic_env_config: &edxapp_generic_env
staticfiles: staticfiles:
<<: *default_generic_cache <<: *default_generic_cache
KEY_PREFIX: "{{ ansible_hostname|default('staticfiles') }}_general" KEY_PREFIX: "{{ ansible_hostname|default('staticfiles') }}_general"
configuration:
<<: *default_generic_cache
KEY_PREFIX: "{{ ansible_hostname|default('configuration') }}"
celery: celery:
<<: *default_generic_cache <<: *default_generic_cache
KEY_PREFIX: 'celery' KEY_PREFIX: 'celery'
......
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