network-resurrector/NetworkResurrector.Api/appsettings.json

28 lines
504 B
JSON

{
"urls": "http://*:5062",
"ConnectionStrings": {
"DatabaseConnection": "***REMOVED***"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Users": [
{
"UserId": 1,
"UserName": "***REMOVED***",
"Password": "***REMOVED***"
}
],
"WakeOnLan": {
"Provider": {
"Use": "Inhouse",
"Options": [ "Inhouse", "Nikeee" ]
}
}
}