From e085da8d1dea1c1e54dc899e076ccf1af3936bd8 Mon Sep 17 00:00:00 2001 From: CoderSerio Date: Fri, 29 Sep 2023 22:35:09 +0800 Subject: [PATCH] chore: remove developing config --- linkis-web-next/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linkis-web-next/.env b/linkis-web-next/.env index c644d4df62..07a726a9b3 100644 --- a/linkis-web-next/.env +++ b/linkis-web-next/.env @@ -1,5 +1,5 @@ VITE_VUE_APP_HOST= -VITE_BACKEND_URL=http://106.52.77.156:19888 +VITE_BACKEND_URL= VITE_VUE_APP_MN_CONFIG_PREFIX= -VITE_VUE_APP_MN_CONFIG_SOCKET=/ws/api/entrance/connect -VITE_VUE_APP_VERSION=1.3.2 \ No newline at end of file +VITE_VUE_APP_MN_CONFIG_SOCKET= +VITE_VUE_APP_VERSION= \ No newline at end of file