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