# Copy this file to .env and fill in your values
# Required: Your GCP Project ID
GCP_PROJECT=your-project-id
# Required: Path to your GCP service account credentials file
GOOGLE_APPLICATION_CREDENTIALS=./path/to/your/service-account-key.json
# Optional: Logging level
LOG_LEVEL=INFO
# Optional: Cache settings
CACHE_ENABLED=true
CACHE_TTL_SECONDS=300
# Optional: Rate limiting
RATE_LIMIT_ENABLED=true
RATE_LIMIT_QPM=100