Commit 5655f159 by Douglas Hall

Removed ECOMMERCE_SUPPORT_URL which will now be set using a Django model

parent b3c52ed9
......@@ -130,7 +130,6 @@ ECOMMERCE_BROKER_PORT: 5672
ECOMMERCE_BROKER_URL: 'amqp://{{ ECOMMERCE_BROKER_USERNAME }}:{{ ECOMMERCE_BROKER_PASSWORD }}@{{ ECOMMERCE_BROKER_HOST }}:{{ ECOMMERCE_BROKER_PORT }}'
ECOMMERCE_COURSE_CATALOG_URL: 'http://localhost:8008'
ECOMMERCE_SUPPORT_URL: 'SET_ME_PLEASE'
ECOMMERCE_SERVICE_CONFIG:
SECRET_KEY: '{{ ECOMMERCE_SECRET_KEY }}'
......@@ -175,8 +174,6 @@ ECOMMERCE_SERVICE_CONFIG:
PLATFORM_NAME: '{{ ECOMMERCE_PLATFORM_NAME }}'
THEME_SCSS: '{{ ECOMMERCE_THEME_SCSS }}'
SUPPORT_URL: '{{ ECOMMERCE_SUPPORT_URL }}'
BROKER_URL: '{{ ECOMMERCE_BROKER_URL }}'
# Theming config
......
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