Merge pull request #15751 from edx/bbeggs/PLAT-1656

Add forums URL default for docker devstack
This commit is contained in:
Brian Beggs
2017-08-04 15:25:59 -04:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
}
},
"COMMENTS_SERVICE_KEY": "password",
"COMMENTS_SERVICE_URL": "http://localhost:4567",
"COMMENTS_SERVICE_URL": "http://edx.devstack.forum:4567",
"CONTACT_EMAIL": "info@example.com",
"DEFAULT_FEEDBACK_EMAIL": "feedback@example.com",
"DEFAULT_FROM_EMAIL": "registration@example.com",

View File

@@ -56,7 +56,7 @@
}
},
"COMMENTS_SERVICE_KEY": "password",
"COMMENTS_SERVICE_URL": "http://localhost:4567",
"COMMENTS_SERVICE_URL": "http://edx.devstack.forum:4567",
"CONTACT_EMAIL": "info@example.com",
"DEFAULT_FEEDBACK_EMAIL": "feedback@example.com",
"DEFAULT_FROM_EMAIL": "registration@example.com",

View File

@@ -17,6 +17,8 @@ LMS_ROOT_URL = 'http://{}'.format(LMS_BASE)
ECOMMERCE_PUBLIC_URL_ROOT = 'http://localhost:18130'
ECOMMERCE_API_URL = 'http://edx.devstack.ecommerce:18130/api/v2'
COMMENTS_SERVICE_URL = 'http://edx.devstack.forum:4567'
ENTERPRISE_API_URL = '{}/enterprise/api/v1/'.format(LMS_ROOT_URL)
ENABLE_ENTERPRISE_INTEGRATION = False