Don't jam LOGIN_REDIRECT_WHITELIST into devstack_docker settings, we already define it in devstack (and we read private.py from devstack).

This commit is contained in:
Alex Dusenbery
2019-08-08 14:05:10 -04:00
committed by Alex Dusenbery
parent a2e0acf1e0
commit fd539e4001

View File

@@ -14,7 +14,6 @@ CMS_BASE = 'localhost:18010'
SITE_NAME = LMS_BASE
LMS_ROOT_URL = 'http://{}'.format(LMS_BASE)
LMS_INTERNAL_ROOT_URL = LMS_ROOT_URL
LOGIN_REDIRECT_WHITELIST = [CMS_BASE]
ECOMMERCE_PUBLIC_URL_ROOT = 'http://localhost:18130'
ECOMMERCE_API_URL = 'http://edx.devstack.ecommerce:18130/api/v2'