diff --git a/.env.development b/.env.development index 78ca8aaef..203a99a11 100644 --- a/.env.development +++ b/.env.development @@ -20,6 +20,6 @@ VUE_APP_LOGOUT_PATH = '/core/auth/logout/' # Dev server for core proxy -VUE_APP_CORE_HOST = 'http://localhost:8080' -VUE_APP_CORE_WS = 'ws://localhost:8080' +VUE_APP_CORE_HOST = 'https://jumpserver-test.fit2cloud.com/' +VUE_APP_CORE_WS = 'wss://jumpserver-test.fit2cloud.com/' VUE_APP_ENV = 'development' diff --git a/public/index.html b/public/index.html index 081580329..d6202b2f1 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,20 @@ <%= webpackConfig.name %> +