Refactor runtime bootstrap and ship control flows
This commit is contained in:
@@ -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": "*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user