This commit is contained in:
2025-08-22 14:11:18 -05:00
commit 3e9ca1a146
88 changed files with 14387 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Web ↔ API
API_BASE_URL=http://localhost:4000
# Database (Docker defaults are in docker-compose)
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=cielectrical
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/cielectrical?schema=public
# Next.js
NEXT_PUBLIC_SITE_URL=http://localhost:3000