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

17 lines
298 B
JSON

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