17 lines
298 B
JSON
17 lines
298 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"WorldGeneration": {
|
|
"TargetSystemCount": 160,
|
|
"IncludeSolSystem": true
|
|
},
|
|
"OrbitalSimulation": {
|
|
"SimulatedSecondsPerRealSecond": 0
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|