Files
xingyun-front/.env.test
2026-06-20 00:39:57 +08:00

22 lines
582 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
NODE_ENV=production
# 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=/api
# Interface prefix
VITE_GLOB_API_URL_PREFIX=
# 是否开启分布式应用
VITE_GLOB_CLOUD_ENABLE = false
# 默认情况下单体后端是8080端口分布式后端的gateway是15000端口
# VITE_GLOB_APP_MESSAGE_BUS_WS_URL=ws://erp-app:8080/message/bus
VITE_GLOB_APP_MESSAGE_BUS_WS_URL=/message/bus