Files
Yi.Framework/Yi.Bbs.Vue3/.env.production
2024-01-04 21:46:19 +08:00

9 lines
228 B
Plaintext

# 接口前缀
VITE_APP_BASEAPI="/prod-api"
VITE_APP_URL="http://123.207.63.87:19001/api/app"
VITE_APP_ENV_NAME = "pro"
# ws/开发环境
VITE_APP_BASE_WS = '/dev-ws'
#长连接
VITE_APP_BASE_URL_WS='http://localhost:19001/hub'