AicsKnowledgeBase_file/AicsKnowledgeBase_file/appsettings.Development.json

16 lines
253 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug"
}
},
"Kafka": {
"BootstrapServers": "localhost:9094"
},
"Ssl": {
"UseKeyFile": false,
"CertFilePath": "../CommonResources/ssl/ssl-rsa.pfx",
"Password": "auto"
}
}