From 8df4ed6051ca33e3217539b6af50c95bc58c3f75 Mon Sep 17 00:00:00 2001 From: xiangzihao <460888207@qq.com> Date: Wed, 2 Mar 2022 15:34:27 +0800 Subject: [PATCH] [Feature][UI Next][V1.0.0-Alpha] remove VITE_APP_PROD_WEB_URL (#8657) * Adapt web configurations for UI next * remove VITE_APP_PROD_WEB_URL Co-authored-by: kezhenxu94 --- dolphinscheduler-ui-next/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui-next/.env.production b/dolphinscheduler-ui-next/.env.production index 683b8c3aab..74bc29d2e3 100644 --- a/dolphinscheduler-ui-next/.env.production +++ b/dolphinscheduler-ui-next/.env.production @@ -15,4 +15,4 @@ NODE_ENV=production -VITE_APP_PROD_WEB_URL='http://127.0.0.1:12345' +VITE_APP_PROD_WEB_URL=''