Files
UnrealEngineUWP/Engine/Source/Programs/Horde/Horde.Server/appsettings.Local.json
2024-02-26 10:42:26 -05:00

34 lines
726 B
JSON

{
"Horde":
{
// Don't use shared system-wide folders for storing data
"Installed": false,
// Don't allow agents to try to upgrade; the assembly was built locally
"EnableUpgradeTasks": false,
// Don't allow conforms to run
"EnableConformTasks": false,
// Apply config changes immediately on startup
"ForceConfigUpdateOnStartup": true,
"Commits":
{
// Don't replicate metadata from Perforce commits
"ReplicateMetadata": false,
// Don't replicate content from Perforce commits
"ReplicateContent": false
}
},
"Serilog": {
"MinimumLevel": {
"Override": {
"Horde.Server.Agents.Fleet": "Warning",
"Horde.Server.Agents.Fleet.Providers.NoOpFleetManager": "Warning"
}
}
}
}