feat: proxyhost移动到环境变量 feat: 添加README

This commit is contained in:
ibuler
2020-06-01 13:59:31 +08:00
parent 1961f76132
commit 1ad43e2921
4 changed files with 48 additions and 18 deletions

View File

@@ -17,3 +17,7 @@ VUE_CLI_BABEL_TRANSPILE_MODULES = true
# External auth
VUE_APP_LOGIN_PATH = '/core/auth/login/'
VUE_APP_LOGOUT_PATH = '/core/auth/logout/'
# Dev server for core proxy
VUE_APP_CORE_HOST = 'http://localhost:8080'