Move themes to data dir

parent 753be18d
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
themes_service_name: "edx-themes" themes_service_name: "edx-themes"
themes_user: "{{ themes_service_name }}" themes_user: "{{ themes_service_name }}"
themes_group: "{{ themes_user }}" themes_group: "{{ themes_user }}"
themes_home: "{{ COMMON_CFG_DIR }}/{{ themes_service_name }}" themes_home: "{{ COMMON_DATA_DIR }}/{{ themes_service_name }}"
THEMES_CODE_DIR: "{{ themes_home }}/{{ themes_service_name }}" THEMES_CODE_DIR: "{{ themes_home }}/{{ themes_service_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