From 7a002492f57d257feb5c1e88537106b496f45427 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 18 六月 2024 20:54:36 +0800 Subject: [PATCH] 清理internal --- .env.production | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 5bfe4cd..42f4563 100644 --- a/.env.production +++ b/.env.production @@ -19,9 +19,12 @@ # Basic interface address SPA -VITE_GLOB_API_URL=http://172.16.80.40:9527/api -VITE_GLOB_SYS_API_URL=http://172.16.80.40:9527 -VITE_GLOB_TSK_API_URL=http://172.16.80.40:9527/api +# VITE_GLOB_API_URL=http://172.16.80.40:9527/api +# VITE_GLOB_SYS_API_URL=http://172.16.80.40:9527 +# VITE_GLOB_TSK_API_URL=http://172.16.80.40:9527/api +VITE_GLOB_API_URL=http://localhost:9527/api +VITE_GLOB_SYS_API_URL=http://localhost:9527 +VITE_GLOB_TSK_API_URL=http://localhost:9527/api # File upload address锛� optional # It can be forwarded by nginx or write the actual address directly -- Gitblit v1.9.3