From 9c027fdcf5be48892fcc6e5e1ce8b78e3df4eb9c Mon Sep 17 00:00:00 2001
From: zhang <zwtvip@qq.com>
Date: 星期一, 22 四月 2024 09:00:49 +0800
Subject: [PATCH] chore: format code (#3773)

---
 .env.production |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/.env.production b/.env.production
index bd717ec..c95d6ef 100644
--- a/.env.production
+++ b/.env.production
@@ -2,19 +2,20 @@
 VITE_USE_MOCK = true
 
 # public path
-VITE_PUBLIC_PATH = ./
+VITE_PUBLIC_PATH = /
 
-# Delete console
-VITE_DROP_CONSOLE = true
+# Whether to enable gzip or brotli compression
+# Optional: gzip | brotli | none
+# If you need multiple forms, you can use `,` to separate
+VITE_BUILD_COMPRESS = 'none'
 
-# Whether to output gz file for packaging
-VITE_BUILD_GZIP = false
 
 # Basic interface address SPA
-VITE_GLOB_API_URL=/api
+VITE_GLOB_API_URL = /basic-api
+
+# File upload address锛� optional
+# It can be forwarded by nginx or write the actual address directly
+VITE_GLOB_UPLOAD_URL = /upload
 
 # Interface prefix
-VITE_GLOB_API_URL_PREFIX=
-
-# TODO use Cdn
-VITE_USE_CDN = true
+VITE_GLOB_API_URL_PREFIX =

--
Gitblit v1.8.0