Merge pull request #21092 from edx/pwnage101/add-discovery-to-devstack-logout-uris

Add discovery to the list of devstack logout URIs
This commit is contained in:
Troy Sankey
2019-07-11 12:21:47 -04:00
committed by GitHub

View File

@@ -36,6 +36,7 @@ ENTERPRISE_API_URL = LMS_INTERNAL_ROOT_URL + '/enterprise/api/v1/'
IDA_LOGOUT_URI_LIST = [
'http://localhost:18130/logout/', # ecommerce
'http://localhost:18150/logout/', # credentials
'http://localhost:18381/logout/', # discovery
]
################################ LOGGERS ######################################