auto-claude: subtask-1-2 - Document GOOGLE_PLACES_API_KEY in .env.example

This commit is contained in:
Maciej Pienczyn 2026-01-08 20:24:37 +01:00
parent c8d9d295af
commit 1426a73e0d

View File

@ -20,6 +20,12 @@ GOOGLE_GEMINI_API_KEY=your_gemini_api_key_here
# Free tier: 25,000 requests/day
GOOGLE_PAGESPEED_API_KEY=your_pagespeed_api_key_here
# Google Places API (for GBP audits - Google Business Profile)
# Get your API key from: https://console.cloud.google.com/apis/credentials
# Enable "Places API" in Google Cloud Console
# Free tier: $200/month credit (covers ~10,000 requests)
GOOGLE_PLACES_API_KEY=your_places_api_key_here
# Email Configuration (for user verification)
MAIL_SERVER=smtp.gmail.com
MAIL_PORT=587