From 2d936e10cab3a4d5548ccbb61ee7b0cd710a5700 Mon Sep 17 00:00:00 2001 From: cli <377476583@qq.com> Date: Mon, 19 May 2025 15:45:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/JiShe.CollectBus.Host/appsettings.Production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/JiShe.CollectBus.Host/appsettings.Production.json b/web/JiShe.CollectBus.Host/appsettings.Production.json index b43cc48..00181ef 100644 --- a/web/JiShe.CollectBus.Host/appsettings.Production.json +++ b/web/JiShe.CollectBus.Host/appsettings.Production.json @@ -13,7 +13,7 @@ "Kafka": { "BootstrapServers": "47.110.62.104:9092,47.110.53.196:9092,47.110.60.222:9092", "EnableFilter": true, - "EnableAuthorization": false, + "EnableAuthorization": true, "SaslUserName": "lixiao", "SaslPassword": "lixiao@1980", "KafkaReplicationFactor": 3,