57 lines
1004 B
JSON
57 lines
1004 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Kestrel": {
|
|
"Certificates": {
|
|
"Default": {
|
|
"Password": "",
|
|
"Path": ""
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Secret": "",
|
|
"LocalDbConnectionString": "",
|
|
"Defaults": {
|
|
"Services": {
|
|
},
|
|
"Users": []
|
|
},
|
|
"UseDummyServices": false,
|
|
"ServicesBaseUrl": "https://birb.k8s.kmlabz.com/",
|
|
"UseRabbitMq": false,
|
|
"Mqtt": {
|
|
"BrokerHostSettings": {
|
|
"VirtualHost": "",
|
|
"Host": "",
|
|
"Port": 1883
|
|
},
|
|
|
|
"ExchangeSettings": {
|
|
"Name": "",
|
|
"Type": "",
|
|
"Durable": false,
|
|
"AutoDelete": false
|
|
},
|
|
|
|
"QueueSettings": {
|
|
"Name": "",
|
|
"Durable": false,
|
|
"Exclusive": false,
|
|
"AutoDelete": false
|
|
},
|
|
|
|
"ClientSettings": {
|
|
"Id": "ASP.NET Core client",
|
|
"Username": "",
|
|
"Password": "",
|
|
"Topic": ""
|
|
}
|
|
}
|
|
}
|