FC-0001: enterprise dependencies for EdxRestAPIClient replacement (#30240)
* refactor: enterprise dependencies for EdxRestAPIClient replacement This is a part of https://github.com/openedx/public-engineering/issues/42 - add settings for enterprise-backend-service DOT application - update utils used by enterprise to get rid of EdxRestAPIClient - original utils stays in the code (to keep edx-platform api clients working) till the https://github.com/openedx/public-engineering/issues/39 deprecation work will be done * fix: fix typo in the docstring
This commit is contained in:
@@ -213,6 +213,8 @@ IDA_LOGOUT_URI_LIST = [
|
||||
'http://localhost:18150/logout/', # credentials
|
||||
]
|
||||
|
||||
ENTERPRISE_BACKEND_SERVICE_EDX_OAUTH2_PROVIDER_URL = "http://edx.devstack.lms/oauth2"
|
||||
|
||||
############################### BLOCKSTORE #####################################
|
||||
BLOCKSTORE_API_URL = "http://edx.devstack.blockstore:18250/api/v1/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user