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

16 lines
274 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"WorldGeneration": {
"TargetSystemCount": 10,
"IncludeSolSystem": true
},
"OrbitalSimulation": {
"SimulatedSecondsPerRealSecond": 0
}
}