mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-10-14 14:11:10 +00:00
18 lines
367 B
Docker
18 lines
367 B
Docker
|
|
# public path
|
|
VITE_PUBLIC_PATH = /
|
|
|
|
# timeout(seconds)
|
|
VITE_TIMEOUT = 15
|
|
# Delete console
|
|
VITE_DROP_CONSOLE = true
|
|
|
|
# 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'
|
|
VITE_GLOB_API_URL = "__vg_base_url"
|
|
|
|
# Interface prefix
|
|
VITE_GLOB_API_URL_PREFIX =
|