Files
UnrealEngineUWP/Engine/Source/Programs/Horde/Horde.Server/appsettings.json
Ben Marsh 637187c618 Horde: Rename the Horde.Build project to Horde.Server.
#preflight none

[CL 24688228 by Ben Marsh in ue5-main branch]
2023-03-17 09:50:40 -04:00

31 lines
818 B
JSON

{
"Horde": {
"ConsoleLogLevel": "Debug",
"DashboardUrl": "https://localhost:3000",
"DisableAuth": true,
"CorsEnabled": true,
"CorsOrigin": "https://localhost:5003;http://localhost:3000",
"LogFileProviderType": "Local",
"Storage": {
"Url": "https://localhost:57001"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"MongoDB": "Warning", // For bundled MongoDB output
"Redis": "Warning", // For bundled Redis output
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting": "Information",
"Horde.Server.Authentication": "Warning",
"System.Net.Http.HttpClient": "Warning",
"Grpc": "Warning",
"Horde.Server.Issues.IssueService": "Debug",
"Horde.Server.Perforce.PerforceService": "Verbose"
}
}
}
}