You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
37 lines
804 B
JSON
37 lines
804 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,
|
|
|
|
// Allow any local agents to automatically enrol
|
|
"AutoEnrollAgents": true,
|
|
|
|
// 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": {
|
|
"HordeServer.Agents.Fleet": "Warning",
|
|
"HordeServer.Agents.Fleet.Providers.NoOpFleetManager": "Warning"
|
|
}
|
|
}
|
|
}
|
|
}
|