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" + } +}