Files
space-game/apps/backend/appsettings.json
2026-03-28 11:38:33 -04:00

28 lines
560 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"WorldGeneration": {
"TargetSystemCount": 160,
"IncludeSolSystem": true
},
"Balance": {
"SimulationSpeedMultiplier": 1.5,
"YPlane": 4,
"ArrivalThreshold": 16,
"MiningRate": 10,
"MiningCycleSeconds": 10,
"TransferRate": 56,
"DockingDuration": 1.2,
"UndockingDuration": 1.2,
"UndockDistance": 42
},
"OrbitalSimulation": {
"SimulatedSecondsPerRealSecond": 0
},
"AllowedHosts": "*"
}