25 lines
476 B
JSON
25 lines
476 B
JSON
|
{
|
||
|
"urls": "http://*:5062",
|
||
|
"ConnectionStrings": {
|
||
|
"DatabaseConnection": "***REMOVED***"
|
||
|
},
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Debug",
|
||
|
"Microsoft": "Warning",
|
||
|
"Microsoft.Hosting.Lifetime": "Information"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*",
|
||
|
"IdentityServer": {
|
||
|
"BaseAddress": "http://localhost:5063/"
|
||
|
},
|
||
|
"WakeOnLan": {
|
||
|
"Provider": {
|
||
|
"Use": "Inhouse",
|
||
|
"Options": [ "Inhouse", "Nikeee" ]
|
||
|
}
|
||
|
},
|
||
|
"Shutdown": { }
|
||
|
}
|