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

15 lines
395 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.
# public path
VITE_PUBLIC_PATH = /
# 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://localhost:8080/message/bus
# VITE_GLOB_APP_MESSAGE_BUS_WS_URL=/message/bus