perf: 修改不再存储 .env.devlopement

This commit is contained in:
ibuler
2021-09-24 13:20:39 +08:00
committed by 老广
parent d36fe8aa94
commit 2983f89f54
2 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,6 @@ VUE_APP_LOGOUT_PATH = '/core/auth/logout/'
# Dev server for core proxy
VUE_APP_CORE_HOST = 'https://jumpserver-test.fit2cloud.com/'
VUE_APP_CORE_WS = 'wss://jumpserver-test.fit2cloud.com/'
VUE_APP_CORE_HOST = 'http://localhost:8080/'
VUE_APP_CORE_WS = 'http://localhost:8080/'
VUE_APP_ENV = 'development'

1
.gitignore vendored
View File

@@ -15,3 +15,4 @@ tests/**/coverage/
*.ntvs*
*.njsproj
*.sln
.env.development