Files
nianxx-h5/.env.staging
duanshuwen 3398bc2644 chore(staging): update env endpoints and client id
replace old staging API and socket URLs with new ones, update client ID from 12 to 6 and comment out prior config values
2026-06-01 22:04:25 +08:00

16 lines
452 B
Plaintext

# 生产环境配置
VITE_APP_ENV = 'staging'
# API 基础 URL
# VITE_API_BASE_URL = 'https://abroadbiz.nianxx.com/ingress'
VITE_API_BASE_URL = 'https://onefeel.brother7.cn/ingress'
# API 请求超时时间(毫秒)
VITE_API_TIMEOUT_MS = 10000
# Socket 基础 URL
# VITE_SOCKET_BASE_URL = "wss://abroadbiz.nianxx.com/ingress/agent/ws/chat"
VITE_SOCKET_BASE_URL = "wss://onefeel.brother7.cn/ingress/agent/ws/chat"
# Client ID
VITE_CLIENT_ID = "6"