# Base de Datos DATABASE_URL="postgresql://postgres:postgres@localhost:5432/construccion_db?schema=public" # NextAuth.js NEXTAUTH_URL="http://localhost:3000" NEXTAUTH_SECRET="your-super-secret-key-change-in-production" # Node Environment NODE_ENV="development"