# Google Gemini API Key GOOGLE_API_KEY="****" # Base de Datos (PostgreSQL) DATABASE_URL=postgresql://***:***@localhost:5432/postgres DB_USER=*** DB_PASSWORD=*** DB_HOST=localhost DB_PORT=5432 DB_NAME=postgres