config(iot): 修改网关 RPC 地址端口

48080 → 48091

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
lzh
2026-01-25 09:38:44 +08:00
parent 0ee7611a7d
commit 54b5e7ec77

View File

@@ -38,7 +38,7 @@ viewsh:
gateway:
# 设备 RPC 配置
rpc:
url: ${VIEWSH_IOT_GATEWAY_RPC_URL:http://127.0.0.1:48080} # 主程序 API 地址
url: ${VIEWSH_IOT_GATEWAY_RPC_URL:http://127.0.0.1:48091} # 主程序 API 地址
connect-timeout: 30s
read-timeout: 30s
# 设备 Token 配置