41 lines
710 B
JSON
41 lines
710 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/",
|
|
"Mqtt": {
|
|
"BrokerHostSettings": {
|
|
"Host": "",
|
|
"Port": 1883
|
|
},
|
|
|
|
"ClientSettings": {
|
|
"Id": "ASP.NET Core client",
|
|
"Username": "",
|
|
"Password": "",
|
|
"Topic": ""
|
|
}
|
|
}
|
|
}
|