8 lines
337 B
Plaintext
8 lines
337 B
Plaintext
# 生产环境配置
|
||
# HBuilderX「发行」时自动加载;CLI 用 --mode production
|
||
VITE_API_BASE_URL=https://api.topfans.online
|
||
# WebSocket 地址:生产环境使用 wss(与 HTTPS 对应),如 WS 部署在独立端口/域名可覆盖
|
||
VITE_WS_BASE_URL=wss://api.topfans.online
|
||
VITE_USE_MOCK_API=false
|
||
# VITE_ENV_NAME=production
|