2020-07-09 02:14:02 +03:00
|
|
|
{
|
2020-07-09 02:42:50 +03:00
|
|
|
"urls": "http://*:5062",
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"DatabaseConnection": "***REMOVED***"
|
|
|
|
},
|
2020-07-09 02:14:02 +03:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
2020-07-09 02:42:50 +03:00
|
|
|
"Default": "Debug",
|
2020-07-09 02:14:02 +03:00
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
2020-07-09 02:58:04 +03:00
|
|
|
"AllowedHosts": "*",
|
2020-12-21 01:21:21 +02:00
|
|
|
"IdentityServer": {
|
|
|
|
"BaseAddress": "http://localhost:5063/"
|
|
|
|
},
|
2020-11-27 01:35:31 +02:00
|
|
|
"WakeOnLan": {
|
|
|
|
"Provider": {
|
|
|
|
"Use": "Inhouse",
|
|
|
|
"Options": [ "Inhouse", "Nikeee" ]
|
|
|
|
}
|
2020-11-28 20:06:43 +02:00
|
|
|
},
|
2020-12-21 01:21:21 +02:00
|
|
|
"Shutdown": { }
|
2020-07-09 02:14:02 +03:00
|
|
|
}
|