mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-23 21:14:13 +08:00
17 lines
339 B
Plaintext
17 lines
339 B
Plaintext
# Whether to open mock
|
||
VITE_USE_MOCK=false
|
||
|
||
# public path
|
||
VITE_PUBLIC_PATH=/
|
||
|
||
# Basic interface address SPA
|
||
VITE_GLOB_API_URL=http://localhost:3920
|
||
|
||
# File upload address, optional
|
||
VITE_GLOB_UPLOAD_URL=http://localhost:3920/v1/system/upload
|
||
|
||
# Interface prefix
|
||
VITE_GLOB_API_URL_PREFIX=
|
||
|
||
VITE_GLOB_WORK_SRC = ../../public/pdf.worker.mjs
|