Commit 6e850b5d by Matt Drayer Committed by GitHub

Merge pull request #3725 from edx/mattdrayer/ENT-244

mattdrayer/ENT-244: Add ENTERPRISE_SERVICE_URL setting
parents 9a016142 df14481d
......@@ -141,7 +141,7 @@ ECOMMERCE_SERVICE_CONFIG:
OSCAR_FROM_EMAIL: '{{ ECOMMERCE_OSCAR_FROM_EMAIL }}'
COURSE_CATALOG_API_URL: '{{ ECOMMERCE_COURSE_CATALOG_URL }}/api/v1/'
ENTERPRISE_API_URL: '{{ ECOMMERCE_ENTERPRISE_URL }}/api/v1/'
ENTERPRISE_SERVICE_URL: '{{ ECOMMERCE_ENTERPRISE_URL }}/enterprise/'
ECOMMERCE_URL_ROOT: '{{ ECOMMERCE_ECOMMERCE_URL_ROOT }}'
LMS_URL_ROOT: '{{ ECOMMERCE_LMS_URL_ROOT }}'
LMS_HEARTBEAT_URL: '{{ ECOMMERCE_LMS_URL_ROOT }}/heartbeat'
......
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