# 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:9633/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:9635/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
|
VITE_GLOB_UPLOAD_URL=/upload
|
|
# Interface prefix
|
VITE_GLOB_API_URL_PREFIX=
|
# mapKey
|
VITE_GLOB_MAP_KEY = 4I4BZ-HLFC4-WRLUP-XXYTX-FFHY2-DQFH4
|