From 54b5e7ec7706fb496317e87aa92aeec59b8974fc Mon Sep 17 00:00:00 2001 From: lzh Date: Sun, 25 Jan 2026 09:38:44 +0800 Subject: [PATCH] =?UTF-8?q?config(iot):=20=E4=BF=AE=E6=94=B9=E7=BD=91?= =?UTF-8?q?=E5=85=B3=20RPC=20=E5=9C=B0=E5=9D=80=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 48080 → 48091 Co-Authored-By: Claude Opus 4.5 --- .../src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewsh-module-iot/viewsh-module-iot-gateway/src/main/resources/application.yaml b/viewsh-module-iot/viewsh-module-iot-gateway/src/main/resources/application.yaml index 2e1513b..b09f713 100644 --- a/viewsh-module-iot/viewsh-module-iot-gateway/src/main/resources/application.yaml +++ b/viewsh-module-iot/viewsh-module-iot-gateway/src/main/resources/application.yaml @@ -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 配置