Files
space-game/apps/backend/appsettings.json

31 lines
619 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"StaticData": {
"DataRoot": "../../shared/data/"
},
"WorldGeneration": {
"TargetSystemCount": 160,
"UseKnownSystems": 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": "*"
}