fix(mobile-upgrade): 股行App版本管理API地址改为 mapi.szaiai.com
mobile-upgrade 部署在榴莲皇后服务器上,股行的 mining-admin-service 运行在另一台服务器(103.39.231.240),需通过 mapi.szaiai.com 域名访问。 原配置 rwaapi.szaiai.com/mining-admin 无法路由到股行服务器,导致 30s 超时。 修改: NEXT_PUBLIC_MINING_API_URL 从 rwaapi.szaiai.com → mapi.szaiai.com Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
59acea33fe
commit
deffdab18b
|
|
@ -1,6 +1,6 @@
|
||||||
# API Configuration
|
# API Configuration
|
||||||
NEXT_PUBLIC_API_URL=https://rwaapi.szaiai.com
|
NEXT_PUBLIC_API_URL=https://rwaapi.szaiai.com
|
||||||
NEXT_PUBLIC_MINING_API_URL=https://rwaapi.szaiai.com/mining-admin
|
NEXT_PUBLIC_MINING_API_URL=https://mapi.szaiai.com/mining-admin
|
||||||
|
|
||||||
# Application Info
|
# Application Info
|
||||||
NEXT_PUBLIC_APP_NAME=RWADurian Mobile Upgrade
|
NEXT_PUBLIC_APP_NAME=RWADurian Mobile Upgrade
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue