# Database Connection # For local development, use SSH tunnel: ssh -L 5432:descomplicar_metabase-db:5432 easy DATABASE_URL="postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=staging" # Node Environment NODE_ENV=development # API Security # Generate a secure random string for production # Example: openssl rand -base64 32 API_SECRET_KEY="your-secret-api-key-here-change-in-production"