mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-24 20:47:17 +00:00
perf: 修改不再存储 .env.devlopement
This commit is contained in:
@@ -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
1
.gitignore
vendored
@@ -15,3 +15,4 @@ tests/**/coverage/
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
.env.development
|
||||
|
Reference in New Issue
Block a user