network-resurrector/NetworkResurrector.Api/appsettings.json

25 lines
476 B
JSON
Raw Normal View History

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"
}
},
"AllowedHosts": "*",
"IdentityServer": {
"BaseAddress": "http://localhost:5063/"
},
"WakeOnLan": {
"Provider": {
"Use": "Inhouse",
"Options": [ "Inhouse", "Nikeee" ]
}
2020-11-28 20:06:43 +02:00
},
"Shutdown": { }
2020-07-09 02:14:02 +03:00
}