2021-04-29 15:10:34 -04:00
|
|
|
{
|
|
|
|
|
"Horde":
|
|
|
|
|
{
|
2021-06-01 16:15:24 -04:00
|
|
|
"DashboardUrl": "https://localhost:3000",
|
|
|
|
|
"DisableAuth": true,
|
2021-06-04 17:51:30 -04:00
|
|
|
"ConfigPath": "Defaults/globals.json",
|
2021-06-01 16:15:24 -04:00
|
|
|
"CorsEnabled": true,
|
|
|
|
|
"CorsOrigin": "https://localhost:5003;http://localhost:3000",
|
|
|
|
|
"LogFileProviderType": "Local"
|
2021-04-29 15:10:34 -04:00
|
|
|
},
|
2021-06-03 19:11:00 -04:00
|
|
|
"Serilog":
|
|
|
|
|
{
|
|
|
|
|
"MinimumLevel":
|
|
|
|
|
{
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"Override":
|
|
|
|
|
{
|
|
|
|
|
"MongoDB": "Warning", // For bundled MongoDB output
|
|
|
|
|
"Redis" : "Warning", // For bundled Redis output
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning",
|
2021-06-23 11:04:23 -04:00
|
|
|
"Microsoft.Hosting": "Information",
|
2021-06-03 19:11:00 -04:00
|
|
|
"HordeServer.Authentication.OktaHandler": "Warning",
|
|
|
|
|
"HordeServer.Authentication.OktaViaJwtHandler": "Warning",
|
|
|
|
|
"HordeServer.Authentication.HordeJwtBearerHandler": "Warning",
|
|
|
|
|
"HordeServer.Authentication.ServiceAccountAuthHandler": "Warning",
|
|
|
|
|
"System.Net.Http.HttpClient": "Warning",
|
|
|
|
|
"Grpc": "Warning"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2021-04-29 15:10:34 -04:00
|
|
|
"AllowedHosts": "*"
|
|
|
|
|
}
|