You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
34 lines
908 B
JSON
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": "*"
|
|
}
|