.env.example•602 B
# Google Maps API Configuration
# Get your API key from: https://console.cloud.google.com/
# Required APIs: Places API, Places API (New), Geocoding API
GOOGLE_MAPS_API_KEY=your_google_maps_api_key_here
# Default Search Location (Taiwan)
# These coordinates will be used when latitude/longitude are not specified
DEFAULT_LATITUDE=24.1501164
DEFAULT_LONGITUDE=120.6692299
# Optional: Server Configuration
PORT=3000
# NODE_ENV=development
# Optional: Set log level (debug, info, warn, error)
LOG_LEVEL=info
# Optional: Default search radius in meters (default: 20000 = 20km)
DEFAULT_SEARCH_RADIUS=2000