APP_NAME=Sistema SGE TECBA
APP_ENV=development
APP_DEBUG=true

# Base de datos PostgreSQL (mismos valores que el MCP / .mcp.json)
DB_HOST=127.0.0.1
DB_PORT=5432
DB_NAME=sgetecba
DB_USER=postgres
DB_PASSWORD=231100
DB_SCHEMA=sgetecba

# Seguridad JWT (secret regenerado tras pérdida del .env en el incidente de Git)
JWT_SECRET_KEY=a6f13902acf723e41c5463800f1cf9602f1ee7a06708c1d16966a180d9b391aa015ab846a2cb7cc8d5a45e9bcf33202a
JWT_ALGORITHM=HS256
JWT_ACCESS_TOKEN_EXPIRE_MINUTES=120

# CORS para el frontend (Vite dev/preview)
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173,http://localhost:4173,http://127.0.0.1:4173
