31 lines
526 B
JSON
31 lines
526 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" ]
|
|
}
|
|
},
|
|
"Shutdown": {
|
|
|
|
}
|
|
}
|