# API key for Google Gemini (recommended method for storing the API key)
GOOGLE_API_KEY=your_api_key_here
# Server configuration (optional - defaults will be used if not specified)
PORT=24312
# CORS settings (optional - defaults to localhost:3000 if not specified)
# Comma-separated list of allowed origins
ALLOWED_ORIGINS=http://localhost:3000,https://example.com
# Logging level (optional)
# Can be: error, warn, info, debug
LOG_LEVEL=info