From 6c5dd72f97a580382008bb6e01c679701abd82d4 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 18 六月 2024 21:16:05 +0800 Subject: [PATCH] 忽略internal --- .env.production | 34 +++++++++++++++------------------- 1 files changed, 15 insertions(+), 19 deletions(-) diff --git a/.env.production b/.env.production index 6294b5d..42f4563 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,11 @@ +### + # @Description: file content + # @Author: Ben Lin + # @version: + # @Date: 2024-06-17 14:51:25 + # @LastEditors: Ben Lin + # @LastEditTime: 2024-06-18 10:41:08 +### # Whether to open mock VITE_USE_MOCK = false @@ -11,31 +19,19 @@ # Basic interface address SPA -# VITE_GLOB_API_URL=/basic-api -# VITE_GLOB_API_URL=http://172.18.8.55:9533/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_API_URL=http://47.115.28.255:9520/api -VITE_GLOB_SYS_API_URL=http://47.115.28.255:9520 -# VITE_GLOB_API_URL=http://localhost:9527/api -#Tsk Interface address -# VITE_GLOB_TSK_API_URL=http://172.18.8.55:9533/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 -# 鐩存帴IIS鎴栬�呰皟璇曠敤 -# VITE_GLOB_UPLOAD_URL=http://localhost:9528/api/Base/Upload -# nginx鐢� -VITE_GLOB_UPLOAD_URL=/upload +VITE_GLOB_UPLOAD_URL = /upload # 涓嬭浇鍦板潃 -# VITE_GLOB_DOWNLOAD_URL=http://172.16.80.40/files -VITE_GLOB_DOWNLOAD_URL=http://47.115.28.255:8800/files +VITE_GLOB_DOWNLOAD_URL=http://172.16.80.40/files # Interface prefix -VITE_GLOB_API_URL_PREFIX= -# mapKey -VITE_GLOB_MAP_KEY = 4I4BZ-HLFC4-WRLUP-XXYTX-FFHY2-DQFH4 - +VITE_GLOB_API_URL_PREFIX = VITE_USE_ORG = 'N' -- Gitblit v1.9.3