2024-11-14 13:43:41 +08:00
|
|
|
|
# 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
|
2024-11-15 17:40:22 +08:00
|
|
|
|
VITE_GLOB_API_URL=http://localhost:3920
|
2024-11-14 13:43:41 +08:00
|
|
|
|
|
|
|
|
|
# File upload address, optional
|
2024-11-15 17:40:22 +08:00
|
|
|
|
VITE_GLOB_UPLOAD_URL=http://localhost:3920/v1/system/upload
|
2024-11-14 13:43:41 +08:00
|
|
|
|
|
|
|
|
|
# Interface prefix
|
|
|
|
|
VITE_GLOB_API_URL_PREFIX=
|
2025-01-08 12:55:18 +08:00
|
|
|
|
|
|
|
|
|
VITE_GLOB_WORK_SRC = ../pdf.worker.mjs
|