From 7885cede659f3255be56f77c1eef2ada7387d6f1 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期日, 22 三月 2026 16:23:21 +0800
Subject: [PATCH] 初始化项目

---
 config.json |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/config.json b/config.json
new file mode 100644
index 0000000..8b8b45f
--- /dev/null
+++ b/config.json
@@ -0,0 +1,29 @@
+{
+  "tcp": {
+    "host": "192.168.220.1",
+    "port": 10000,
+    "idleTimeoutMs": 1200000
+  },
+  "http": {
+    "enabled": false,
+    "host": "0.0.0.0",
+    "port": 19001,
+    "rateLimit": {
+      "singleDeviceMs": 5000,
+      "allDevicesMs": 60000
+    }
+  },
+  "mqtt": {
+    "enabled": false,
+    "url": "mqtt.ihemodialysis.com",
+    "port": 62283,
+    "username": "data",
+    "password": "data#2018",
+    "defaultTopicPrefix": "touxiji",
+    "retain": true
+  },
+  "aliyun": {
+    "enabled": false,
+    "baseURL": "https://things.icoldchain.cn/"
+  }
+}
\ No newline at end of file

--
Gitblit v1.8.0