Files
UnrealEngineUWP/Engine/Source/Programs/Horde/Horde.Build/appsettings.Local.json
Ben Marsh 2c4e2e9f20 Horde: Move settings for commit replication into the global Horde settings object.
Add an appsettings.Local.json file which disables replication for local runs of the server from VS.

#fyi Carl.Bystrom
#preflight none

[CL 22503283 by Ben Marsh in ue5-main branch]
2022-10-13 09:47:12 -04:00

11 lines
101 B
JSON

{
"Horde":
{
"Commits":
{
"ReplicateMetadata": false,
"ReplicateContent": false
}
}
}