Files
SVSimServer/SVSim.EmulatedEntrypoint/appsettings.Development.json

17 lines
257 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Auth": {
"BypassSteamTicket": true
},
"BattleNode": {
"SoloDefaultsToScripted": false,
"DiagnosticLogging": true
}
}