This commit is contained in:
Louis Knight-Webb
2025-06-14 15:34:24 -04:00
parent 563994934d
commit e099269ed2
10 changed files with 189 additions and 8 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
# Database Configuration
DATABASE_URL=postgresql://username:password@localhost:5432/mission_control
# Optional: Override default server settings
# SERVER_HOST=0.0.0.0
# SERVER_PORT=3001