From bd88055a9697f517415dfb09377e40f7a8675fe7 Mon Sep 17 00:00:00 2001 From: zenghongyao <873884283@qq.com> Date: Mon, 16 Jun 2025 11:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=94=9F=E6=88=90=E7=8E=AF?= =?UTF-8?q?=E5=A2=83json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host/JiShe.IoT.HttpApi.Host/appsettings.Production.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/host/JiShe.IoT.HttpApi.Host/appsettings.Production.json b/host/JiShe.IoT.HttpApi.Host/appsettings.Production.json index 5a85005..ddd79ad 100644 --- a/host/JiShe.IoT.HttpApi.Host/appsettings.Production.json +++ b/host/JiShe.IoT.HttpApi.Host/appsettings.Production.json @@ -9,7 +9,7 @@ "EnergyDB": "server=rm-wz9hw529i3j1e3b5fbo.sqlserver.rds.aliyuncs.com,3433;database=db_energy;uid=yjdb;pwd=Kdjdhf+9*7ad222LL;Encrypt=False;Trust Server Certificate=False" }, "Redis": { - "Configuration": "localhost,password=1q2w3E*,defaultdatabase=1" + "Configuration": "172.21.40.198:6379,password=1q3J@BGf!yhTaD46nS#,defaultdatabase=1" }, "Jwt": { "Audience": "JiShe.IoT", @@ -27,7 +27,7 @@ }, "Hangfire": { "Redis": { - "Host": "localhost,password=1q2w3E*", + "Host": "172.21.40.198:6379,password=1q3J@BGf!yhTaD46nS#", "DB": "2" } }, @@ -38,7 +38,7 @@ "FreeSqlProviderOptions": { "UsePrepayDB": true, "UseEnergyDB": true, - "PrintLog": true + "PrintLog": false }, "Kafka": { "BootstrapServers": "172.21.40.198:9092,172.21.40.197:9092,172.21.40.199:9092",