Refactor runtime bootstrap and ship control flows

This commit is contained in:
2026-04-03 01:12:26 -04:00
parent 0bb72bee35
commit 706e1cda8f
129 changed files with 9588 additions and 3548 deletions

View File

@@ -8,10 +8,6 @@
"StaticData": {
"DataRoot": "../../shared/data/"
},
"WorldGeneration": {
"TargetSystemCount": 160,
"UseKnownSystems": true
},
"Balance": {
"SimulationSpeedMultiplier": 1.5,
"YPlane": 4,
@@ -26,5 +22,15 @@
"OrbitalSimulation": {
"SimulatedSecondsPerRealSecond": 0
},
"Auth": {
"ConnectionString": "Host=127.0.0.1;Port=5432;Database=spacegame;Username=spacegame;Password=spacegame"
},
"Jwt": {
"Issuer": "space-game",
"Audience": "space-game-viewer",
"SigningKey": "dev-only-change-me-space-game-signing-key",
"AccessTokenLifetimeMinutes": 30,
"RefreshTokenLifetimeDays": 30
},
"AllowedHosts": "*"
}