Commit d4678945 by Matt Drayer

Merge pull request #2991 from edx/mattdrayer/add-default-theme-setting

mattdrayer/add-default-theme-setting: Update ecommerce playbook
parents a659e5ed 94c7b302
...@@ -114,6 +114,8 @@ ECOMMERCE_BROKER_URL: 'amqp://{{ ECOMMERCE_BROKER_USERNAME }}:{{ ECOMMERCE_BROKE ...@@ -114,6 +114,8 @@ ECOMMERCE_BROKER_URL: 'amqp://{{ ECOMMERCE_BROKER_USERNAME }}:{{ ECOMMERCE_BROKE
ECOMMERCE_SUPPORT_URL: 'SET_ME_PLEASE' ECOMMERCE_SUPPORT_URL: 'SET_ME_PLEASE'
ECOMMERCE_DEFAULT_SITE_THEME: !!null
ECOMMERCE_SERVICE_CONFIG: ECOMMERCE_SERVICE_CONFIG:
SECRET_KEY: '{{ ECOMMERCE_SECRET_KEY }}' SECRET_KEY: '{{ ECOMMERCE_SECRET_KEY }}'
TIME_ZONE: '{{ ECOMMERCE_TIME_ZONE }}' TIME_ZONE: '{{ ECOMMERCE_TIME_ZONE }}'
...@@ -157,6 +159,8 @@ ECOMMERCE_SERVICE_CONFIG: ...@@ -157,6 +159,8 @@ ECOMMERCE_SERVICE_CONFIG:
BROKER_URL: '{{ ECOMMERCE_BROKER_URL }}' BROKER_URL: '{{ ECOMMERCE_BROKER_URL }}'
DEFAULT_SITE_THEME: '{{ ECOMMERCE_DEFAULT_SITE_THEME }}'
ECOMMERCE_REPOS: ECOMMERCE_REPOS:
- PROTOCOL: "{{ COMMON_GIT_PROTOCOL }}" - 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