# Example .env file
OPENAI_API_KEY='my-secret-key'
DATABASE_URL="postgres://localhost:5432/mydb"
API_PORT=8080
DEBUG=true

# Redis configuration
REDIS_HOST=localhost
REDIS_PORT=6379
