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
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
VITE_APP_ENV = 'staging'
|
||||
|
||||
# API 基础 URL
|
||||
VITE_API_BASE_URL = 'https://abroadbiz.nianxx.com/ingress'
|
||||
# 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://abroadbiz.nianxx.com/ingress/agent/ws/chat"
|
||||
VITE_SOCKET_BASE_URL = "wss://onefeel.brother7.cn/ingress/agent/ws/chat"
|
||||
|
||||
# Client ID
|
||||
VITE_CLIENT_ID = "12"
|
||||
VITE_CLIENT_ID = "6"
|
||||
Reference in New Issue
Block a user