Files
UnrealEngineUWP/Engine/Source/Programs/Horde/HordeServer/appsettings.json
2021-06-23 11:04:23 -04:00

34 lines
908 B
JSON

{
"Horde":
{
"DashboardUrl": "https://localhost:3000",
"DisableAuth": true,
"ConfigPath": "Defaults/globals.json",
"CorsEnabled": true,
"CorsOrigin": "https://localhost:5003;http://localhost:3000",
"LogFileProviderType": "Local"
},
"Serilog":
{
"MinimumLevel":
{
"Default": "Debug",
"Override":
{
"MongoDB": "Warning", // For bundled MongoDB output
"Redis" : "Warning", // For bundled Redis output
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting": "Information",
"HordeServer.Authentication.OktaHandler": "Warning",
"HordeServer.Authentication.OktaViaJwtHandler": "Warning",
"HordeServer.Authentication.HordeJwtBearerHandler": "Warning",
"HordeServer.Authentication.ServiceAccountAuthHandler": "Warning",
"System.Net.Http.HttpClient": "Warning",
"Grpc": "Warning"
}
}
},
"AllowedHosts": "*"
}