From d7d4ea0408ed78089181ac5aa1d8502199f4fe95 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Mon, 26 Jan 2026 17:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0IoTDB=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DockerComposeShells/adminapi/conf/appsettings.Development.json | 2 +- .../adminapi/conf/appsettings.Development_服务订阅模式.json | 2 +- .../JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DockerComposeShells/adminapi/conf/appsettings.Development.json b/DockerComposeShells/adminapi/conf/appsettings.Development.json index 1ca4d35..39d6020 100644 --- a/DockerComposeShells/adminapi/conf/appsettings.Development.json +++ b/DockerComposeShells/adminapi/conf/appsettings.Development.json @@ -56,7 +56,7 @@ }, "IoTDBOptions": { "UserName": "root", - "Password": "Lixiao@1980", + "Password": "Li#xiao@198!0", "TreeModelClusterList": [ "iotdb-standalone:6667" ], "TableModelClusterList": [ "iotdb-standalone:6667" ], "PoolSize": 32, diff --git a/DockerComposeShells/adminapi/conf/appsettings.Development_服务订阅模式.json b/DockerComposeShells/adminapi/conf/appsettings.Development_服务订阅模式.json index 4e28203..647dc59 100644 --- a/DockerComposeShells/adminapi/conf/appsettings.Development_服务订阅模式.json +++ b/DockerComposeShells/adminapi/conf/appsettings.Development_服务订阅模式.json @@ -56,7 +56,7 @@ }, "IoTDBOptions": { "UserName": "root", - "Password": "Lixiao@1980", + "Password": "Li#xiao@198!0", "TreeModelClusterList": [ "iotdb-standalone:6667" ], "TableModelClusterList": [ "iotdb-standalone:6667" ], "PoolSize": 32, diff --git a/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json b/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json index 8f19397..4eb7c22 100644 --- a/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json +++ b/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json @@ -57,7 +57,7 @@ }, "IoTDBOptions": { "UserName": "root", - "Password": "Lixiao@1980", + "Password": "Li#xiao@198!0", //"TreeModelClusterList": [ "192.168.111.174:6667", "47.110.60.222:6667", "47.110.62.104:6667" ], //"TableModelClusterList": [ "192.168.111.174:6667", "47.110.60.222:6667", "47.110.62.104:6667" ], "TreeModelClusterList": [ "192.168.111.174:30710" ],