ice/.env.example
Deco Vander d9559f71fe Update HTML files to use Bunny.net CDN for static assets
- Updated all static asset URLs to use iceymi.b-cdn.net CDN
- Changed favicon, CSS, and JS file references in index.html, admin.html, and privacy.html
- API calls remain pointed to origin server for dynamic content
- Ready for CDN deployment with proper cache separation
2025-07-03 20:44:16 -04:00

16 lines
525 B
Text

# Great Lakes Ice Report Environment Variables
# Copy this file to .env and fill in your actual values
# MapBox API Configuration (Required for fast geocoding)
# Get your free token at: https://account.mapbox.com/access-tokens/
MAPBOX_ACCESS_TOKEN=pk.your_mapbox_token_here
# Admin Configuration
# Change this to a secure password for admin panel access
ADMIN_PASSWORD=your_secure_password_here
# Optional: Google Maps fallback (if you have it)
# GOOGLE_MAPS_API_KEY=your_google_key_here
# Server Configuration
PORT=3000