diff --git a/SVSim.EmulatedEntrypoint/appsettings.Development.json b/SVSim.EmulatedEntrypoint/appsettings.Development.json index 9644b88..baed575 100644 --- a/SVSim.EmulatedEntrypoint/appsettings.Development.json +++ b/SVSim.EmulatedEntrypoint/appsettings.Development.json @@ -5,9 +5,12 @@ "Microsoft.AspNetCore": "Warning" } }, + "Auth": { + "BypassSteamTicket": true + }, "BattleNode": { "SoloDefaultsToScripted": false, - "DiagnosticLogging": false + "DiagnosticLogging": true } }