mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-24 13:34:13 +08:00
21 lines
457 B
Plaintext
21 lines
457 B
Plaintext
![]() |
# 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:3910
|
|||
|
|
|||
|
# File upload address, optional
|
|||
|
VITE_GLOB_UPLOAD_URL=http://localhost:3910/v1/system/upload
|
|||
|
|
|||
|
# Interface prefix
|
|||
|
VITE_GLOB_API_URL_PREFIX=
|