28 lines
560 B
JSON
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": "*"
|
|
}
|