2024-04-06 13:46:34 +02:00
|
|
|
{
|
2024-04-16 18:55:34 +02:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning",
|
|
|
|
"TanksServer": "Debug",
|
|
|
|
"Microsoft.AspNetCore.HttpLogging": "Information"
|
2024-04-06 16:38:26 +02:00
|
|
|
}
|
2024-04-16 18:55:34 +02:00
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Kestrel": {
|
|
|
|
"Endpoints": {
|
|
|
|
"Http": {
|
|
|
|
"Url": "http://localhost:3000"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ServicePointDisplay": {
|
|
|
|
"Enable": true,
|
|
|
|
"Hostname": "172.23.42.29",
|
|
|
|
"Port": 2342
|
|
|
|
},
|
|
|
|
"Tanks": {
|
2024-04-16 19:40:08 +02:00
|
|
|
"MoveSpeed": 37.5,
|
|
|
|
"TurnSpeed": 0.5,
|
2024-04-16 18:55:34 +02:00
|
|
|
"ShootDelayMs": 450,
|
2024-04-16 19:40:08 +02:00
|
|
|
"BulletSpeed": 75
|
2024-04-16 18:55:34 +02:00
|
|
|
},
|
|
|
|
"Players": {
|
|
|
|
"SpawnDelayMs": 3000,
|
|
|
|
"IdleTimeoutMs": 30000
|
|
|
|
}
|
2024-04-06 13:46:34 +02:00
|
|
|
}
|