Merge pull request #43 from edx/schen/fix_local

fix(auth): fix locally running gradebook auth refresh issue
This commit is contained in:
Simon Chen
2018-12-07 14:15:03 -05:00
committed by GitHub

View File

@@ -80,7 +80,7 @@ module.exports = Merge.smart(commonConfig, {
LOGIN_URL: 'http://localhost:18000/login',
LOGOUT_URL: 'http://localhost:18000/login',
CSRF_TOKEN_API_PATH: '/csrf/api/v1/token',
REFRESH_ACCESS_TOKEN_ENDPOINT: 'http://localhost:18000/login',
REFRESH_ACCESS_TOKEN_ENDPOINT: 'http://localhost:18000/login_refresh',
DATA_API_BASE_URL: 'http://localhost:8000',
// LMS_CLIENT_ID should match the lms DOT client application id your LMS container
LMS_CLIENT_ID: 'login-service-client-id',