Commit 8aa60d54 by Feanil Patel

Don't override static files.

parent 8ffabcbd
......@@ -68,8 +68,6 @@ ECOMMERCE_SERVICE_CONFIG:
TIME_ZONE: '{{ ECOMMERCE_TIME_ZONE }}'
LANGUAGE_CODE: '{{ ECOMMERCE_LANGUAGE_CODE }}'
EDX_API_KEY: '{{ ECOMMERCE_EDX_API_KEY }}'
STATICFILES_DIRS: []
# STATICFILES_DIRS: ['{{ ecommerce_static_path }}']
LMS_URL_ROOT: '{{ ECOMMERCE_LMS_URL_ROOT }}'
LMS_HEARTBEAT_URL: '{{ ECOMMERCE_LMS_URL_ROOT }}/heartbeat'
......@@ -119,7 +117,6 @@ ecommerce_service_name: "ecommerce"
ecommerce_user: "{{ ecommerce_service_name }}"
ecommerce_home: "{{ COMMON_APP_DIR }}/{{ ecommerce_service_name }}"
ecommerce_code_dir: "{{ ecommerce_home }}/{{ ecommerce_service_name }}"
ecommerce_static_path: "{{ ecommerce_code_dir }}/ecommerce/static"
ecommerce_gunicorn_host: "127.0.0.1"
ecommerce_gunicorn_port: "8130"
......
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