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

18 lines
344 B
JSON

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