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