# Weather Alerts Environment Variables # Copy this file to .env and fill in your actual values. # NEVER commit .env to version control! # VisualCrossing Weather API Key # Get your free key at: https://www.visualcrossing.com/ VISUALCROSSING_API_KEY=your_api_key_here # Ntfy Access Token # Required if your ntfy server requires authentication NTFY_ACCESS_TOKEN=your_ntfy_token_here