Load IDA_LOGOUT_URI_LIST in all the necessary places

I missed the LMS production settings, and Studio in its entirety.
This commit is contained in:
Troy Sankey
2019-02-13 12:08:42 -05:00
parent 4b4957ad9f
commit 11c3588fcc
6 changed files with 25 additions and 0 deletions

View File

@@ -166,6 +166,11 @@ JWT_AUTH.update({
),
})
IDA_LOGOUT_URI_LIST = [
'http://localhost:18130/logout/', # ecommerce
'http://localhost:18150/logout/', # credentials
]
#####################################################################
from openedx.core.djangoapps.plugins import plugin_settings, constants as plugin_constants
plugin_settings.add_plugins(__name__, plugin_constants.ProjectType.CMS, plugin_constants.SettingsType.DEVSTACK)