# Environment Variables Template # Copy this file to .env and fill in your actual values # ==================== # Development # ==================== # Node environment NODE_ENV=development # ==================== # Cloudflare (Optional) # ==================== # Cloudflare API credentials for deployment # Only needed if deploying via CLI instead of Git integration # CLOUDFLARE_API_TOKEN=your_api_token_here # CLOUDFLARE_ACCOUNT_ID=your_account_id_here # ==================== # Contact Form (Optional) # ==================== # If using a contact form service, add credentials here # Example: Formspree, Web3Forms, etc. # FORM_API_KEY=your_form_api_key_here # FORM_ENDPOINT=https://api.formservice.com/submit # ==================== # Analytics (Optional) # ==================== # If using analytics services, add keys here # PLAUSIBLE_DOMAIN=yoursite.com # GA_MEASUREMENT_ID=G-XXXXXXXXXX # ==================== # Other Services # ==================== # Add any other API keys or service credentials your site needs # EXAMPLE_API_KEY=your_key_here