From 77e246fe0a6d705943cb089ebc35483754288903 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Tue, 9 Sep 2025 17:17:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configs/appsettings.Development.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json b/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json index 688624f..db67c81 100644 --- a/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json +++ b/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json @@ -83,7 +83,8 @@ "SignatureToken": "SIcPQnpMgaFDmNlIjNmzq5smshz7cKrh", "AesSecurityKey": "RPTEIGCA1KvDEXS1", "IsAesEncrypted": true, - "DistributedMessage": 2 + "DistributedMessage": 2, + "SnowflakeWorkerId": 1 }, "Jwt": { "Audience": "JiShe.IoT",