Miscellaneous updates to the boilerplate code. (#161)

Based on changes/things I noticed when putting together the frontend-app-account repository.
This commit is contained in:
David Joy
2019-04-23 15:52:32 -04:00
committed by GitHub
parent 9eeb61cef8
commit 3f411f3795
13 changed files with 161 additions and 54 deletions

View File

@@ -109,6 +109,7 @@ module.exports = Merge.smart(commonConfig, {
BASE_URL: 'localhost:1995',
LMS_BASE_URL: 'http://localhost:18000',
CREDENTIALS_BASE_URL: 'http://localhost:18150',
ECOMMERCE_BASE_URL: 'http://localhost:18130',
LOGIN_URL: 'http://localhost:18000/login',
LOGOUT_URL: 'http://localhost:18000/login',
CSRF_TOKEN_API_PATH: '/csrf/api/v1/token',