Spaces:
Build error
Build error
# Environment variables for Docker deployment | |
# Rename this file to .env.docker and fill in your values | |
# API Keys | |
GEMINI_API_KEY=your_api_key_here | |
# Database | |
DATABASE_URL=your_database_url_here | |
# Application settings | |
NODE_ENV=production | |
PORT=3001 |