Ben Lin
2024-06-27 dfd2d0218bbcea93b4bfb0e7ca7ac9b1cc1cc7da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
###
 # @Description: file content
 # @Author: Ben Lin
 # @version: 
 # @Date: 2024-06-17 14:51:25
 # @LastEditors: Ben Lin
 # @LastEditTime: 2024-06-18 22:25:27
### 
# Whether to open mock
VITE_USE_MOCK = false
 
# public path
VITE_PUBLIC_PATH = /
 
# 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'
 
 
# Basic interface address SPA
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
VITE_GLOB_UPLOAD_URL = /upload
# 下载地址
VITE_GLOB_DOWNLOAD_URL=http://localhost:8800/files
 
# Interface prefix
VITE_GLOB_API_URL_PREFIX =
VITE_USE_ORG = 'N'