From 2983f89f546c1dcb78c0f3a70034d8da210b70e4 Mon Sep 17 00:00:00 2001 From: ibuler Date: Fri, 24 Sep 2021 13:20:39 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E5=AD=98=E5=82=A8=20.env.devlopement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development => .env.development.example | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) rename .env.development => .env.development.example (86%) diff --git a/.env.development b/.env.development.example similarity index 86% rename from .env.development rename to .env.development.example index 203a99a11..6f48e8b47 100644 --- a/.env.development +++ b/.env.development.example @@ -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' diff --git a/.gitignore b/.gitignore index e5c58cf89..bc4a7ffa3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ tests/**/coverage/ *.ntvs* *.njsproj *.sln +.env.development