Files
UnrealEngineUWP/Engine/Source/Programs/Horde/HordeServer/appsettings.Development.json

11 lines
192 B
JSON

{
"Horde":
{
"CorsEnabled": true,
"CorsOrigin": "https://localhost:5003;http://localhost:3000",
"LogFileProviderType": "Local",
"DisableAuth": false,
"DisableSchedules": true
}
}