Commit 40ab8f15 by Peter Fogg

Add marketing URL settings for course discovery.

parent 23be4523
......@@ -73,6 +73,8 @@ DISCOVERY_PLATFORM_NAME: 'Your Platform Name Here'
DISCOVERY_ECOMMERCE_API_URL: 'https://localhost:8002/api/v2/'
DISCOVERY_COURSES_API_URL: 'https://localhost:8000/api/courses/v1/'
DISCOVERY_MARKETING_API_URL: 'https://example.org/api/catalog/v2/'
DISCOVERY_MARKETING_URL_ROOT: 'https://example.org/'
DISCOVERY_SERVICE_CONFIG:
SECRET_KEY: '{{ DISCOVERY_SECRET_KEY }}'
......@@ -97,6 +99,8 @@ DISCOVERY_SERVICE_CONFIG:
ECOMMERCE_API_URL: '{{ DISCOVERY_ECOMMERCE_API_URL }}'
COURSES_API_URL: '{{ DISCOVERY_COURSES_API_URL }}'
MARKETING_API_URL: '{{ DISCOVERY_MARKETING_API_URL }}'
MARKETING_URL_ROOT: '{{ DISCOVERY_MARKETING_URL_ROOT }}'
EDX_DRF_EXTENSIONS: '{{ DISCOVERY_EDX_DRF_EXTENSIONS }}'
......
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