# Geofeed Manager Environment Configuration # Git Repository (code is pulled on startup) GIT_REPO=https://git.prpl.tools/PurpleComputing/geofeed-manager.git GIT_BRANCH=main # Cloudflare Tunnel (get token from Cloudflare Zero Trust dashboard) CLOUDFLARE_TUNNEL_TOKEN=your_tunnel_token_here # Database Configuration DB_ROOT_PASSWORD=change_me_root_password DB_NAME=geofeed_manager DB_USER=geofeed DB_PASSWORD=change_me_user_password # Authentication (CHANGE THESE!) AUTH_USERNAME=admin AUTH_PASSWORD=change_me_secure_password # IP Registry API (optional - for IP enrichment) # Get your free API key from https://ipregistry.co IPREGISTRY_API_KEY= # BunnyCDN Configuration (for n8n workflow) BUNNY_STORAGE_ZONE=your-storage-zone BUNNY_API_KEY=your-api-key