update databasing system with minimum API, schema parsing and FreeCAD

integration
This commit is contained in:
Forbes
2026-01-24 15:03:17 -06:00
parent eafdc30f32
commit c327baf36f
51 changed files with 11635 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Silo Environment Configuration
# Copy this file to .env and update values as needed
# PostgreSQL
POSTGRES_PASSWORD=silodev
# MinIO
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
# Silo API (optional overrides)
# SILO_SERVER_PORT=8080