Make/Model Data Loading

This commit is contained in:
Eric Gullickson
2025-11-07 13:51:47 -06:00
parent 060867e796
commit daf1f71e2c
11 changed files with 817 additions and 97 deletions

View File

@@ -212,8 +212,6 @@ Single-feature migration is not implemented yet.
**Password Management**: All database passwords are managed via Docker secrets, mounted from host files:
- Application DB: `./secrets/app/postgres-password.txt`
- Platform DB: `./secrets/platform/platform-db-password.txt`
- Vehicles DB: `./secrets/platform/vehicles-db-password.txt`
### Connection Pool
- **Implementation**: pg (node-postgres)