From 5fab2179aaa2bac8468fc342cd58efb91fcafd4a Mon Sep 17 00:00:00 2001 From: H Vs Date: Tue, 21 May 2024 16:21:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TelpoKafkaConsole.WebApi/appsettings.production.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TelpoKafkaConsole.WebApi/appsettings.production.json diff --git a/TelpoKafkaConsole.WebApi/appsettings.production.json b/TelpoKafkaConsole.WebApi/appsettings.production.json new file mode 100644 index 0000000..6267d17 --- /dev/null +++ b/TelpoKafkaConsole.WebApi/appsettings.production.json @@ -0,0 +1,12 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "ServiceConfig": { + "KafkaServerAddress": "k0.ai.gdssjl.com:9094,k1.ai.gdssjl.com:9094,k2.ai.gdssjl.com:9094", + "KafkaServerPEMLocation": "pem/ca-root-prod.pem" + } +}