2020-10-21 11:05:17 +02:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
2020-10-21 17:04:54 +02:00
|
|
|
"AllowedHosts": "*",
|
2020-10-24 23:23:22 +02:00
|
|
|
"Secret": "7vj.3KW.hYE!}4u6",
|
2020-11-04 12:34:37 +01:00
|
|
|
// "LocalDbConnectionString": "Data Source=DESKTOP-3600\\SQLEXPRESS;Initial Catalog=birdmap;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
2020-11-23 09:23:05 +01:00
|
|
|
//"LocalDbConnectionString": "Data Source=DESKTOP-3600;Initial Catalog=birdmap;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
|
|
|
"LocalDbConnectionString": "Data Source=db;Initial Catalog=master;User=sa;Password=asdfjkl-123",
|
2020-10-31 15:57:19 +01:00
|
|
|
"Defaults": {
|
|
|
|
"Services": {
|
|
|
|
"Local Database": "https://localhost:44331/health",
|
|
|
|
"KMLabz Services": "https://birb.k8s.kmlabz.com/devices"
|
|
|
|
},
|
|
|
|
"Users": [
|
|
|
|
{
|
|
|
|
"Name": "admin",
|
|
|
|
"Password": "pass",
|
2020-11-04 12:34:37 +01:00
|
|
|
"Role": "Admin"
|
2020-10-31 15:57:19 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"Name": "user",
|
|
|
|
"Password": "pass",
|
|
|
|
"Role": "User"
|
|
|
|
}
|
|
|
|
]
|
2020-11-07 14:19:29 +01:00
|
|
|
},
|
2020-11-09 18:12:07 +01:00
|
|
|
"UseDummyServices": true,
|
|
|
|
"Mqtt": {
|
|
|
|
"BrokerHostSettings": {
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 1883
|
|
|
|
},
|
|
|
|
|
|
|
|
"ClientSettings": {
|
|
|
|
"Id": "ASP.NET Core client",
|
|
|
|
"Username": "username",
|
|
|
|
"Password": "password",
|
|
|
|
"Topic": "devices/output"
|
|
|
|
}
|
|
|
|
}
|
2020-10-21 11:05:17 +02:00
|
|
|
}
|