{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "TanksServer": "Debug", "Microsoft.AspNetCore.HttpLogging": "Information" } }, "AllowedHosts": "*", "Kestrel": { "Endpoints": { "Http": { "Url": "http://localhost:3000" } } }, "ServicePointDisplay": { "Enable": true, "Hostname": "172.23.42.29", "Port": 2342 }, "Tanks": { "MoveSpeed": 1.4, "TurnSpeed": 0.4, "ShootDelayMs": 400, "BulletSpeed": 3 }, "Players": { "SpawnDelayMs": 3000, "IdleTimeoutMs": 30000 } }