This commit is contained in:
2026-06-10 02:15:05 -06:00
parent fdbb64788a
commit 4334052267
12 changed files with 813 additions and 21 deletions
+14
View File
@@ -0,0 +1,14 @@
# Database
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=cotizador_e3
# Auth
API_KEY=change-me-to-a-secure-random-key
JWT_SECRET=change-me-to-a-secure-jwt-secret
# Server
API_HOST=0.0.0.0
API_PORT=8000