invalid w
2023-09-28 690d887680f7f23a93854e9e6eb51cb9e3a21b32
提交 | 用户 | age
c659c1 1 # Whether to open mock
2 VITE_USE_MOCK = false
3
4 # public path
5 VITE_PUBLIC_PATH = /
6
7 # timeout(seconds)
8 VITE_TIMEOUT = 15
9 # Delete console
10 VITE_DROP_CONSOLE = true
11
12 # Whether to enable gzip or brotli compression
13 # Optional: gzip | brotli | none
14 # If you need multiple forms, you can use `,` to separate
15 VITE_BUILD_COMPRESS = 'none'
16 VITE_GLOB_API_URL="__vg_base_url"
17
18 # File upload address, optional
19 # It can be forwarded by nginx or write the actual address directly
20 VITE_GLOB_UPLOAD_URL=/files/upload
21 # Interface prefix
22 VITE_GLOB_API_URL_PREFIX=