# 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=/basic-api
|
# VITE_GLOB_API_URL=http://172.18.8.55:9533/api
|
VITE_GLOB_API_URL=http://47.115.28.255:9520/api
|
# 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_TSK_API_URL=http://47.115.28.255:9520/api
|
# 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_DOWNLOAD_URL=http://47.115.28.255:8800/files
|
|
# Interface prefix
|
VITE_GLOB_API_URL_PREFIX=
|
# mapKey
|
VITE_GLOB_MAP_KEY = 4I4BZ-HLFC4-WRLUP-XXYTX-FFHY2-DQFH4
|