Commit d004eb24 by Tyler Nickerson

Merge pull request #2185 from edx/nickersoft/themes

XCOM-539: Added Platform Name and Theme SCSS settings to E-Commerce config
parents a9eeee5f e05baa61
......@@ -90,6 +90,10 @@ ECOMMERCE_PAYMENT_PROCESSOR_CONFIG:
ECOMMERCE_ORDER_NUMBER_PREFIX: 'OSCR'
# Theming
ECOMMERCE_PLATFORM_NAME: 'Your Platform Name Here'
ECOMMERCE_THEME_SCSS: 'sass/themes/default.scss'
ECOMMERCE_SERVICE_CONFIG:
SECRET_KEY: '{{ ECOMMERCE_SECRET_KEY }}'
TIME_ZONE: '{{ ECOMMERCE_TIME_ZONE }}'
......@@ -123,6 +127,9 @@ ECOMMERCE_SERVICE_CONFIG:
PAYMENT_PROCESSOR_CONFIG: '{{ ECOMMERCE_PAYMENT_PROCESSOR_CONFIG }}'
OAUTH2_PROVIDER_URL: '{{ ECOMMERCE_LMS_URL_ROOT }}/oauth2'
PLATFORM_NAME: '{{ ECOMMERCE_PLATFORM_NAME }}'
THEME_SCSS: '{{ ECOMMERCE_THEME_SCSS }}'
ECOMMERCE_REPOS:
- PROTOCOL: "{{ COMMON_GIT_PROTOCOL }}"
......
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