# Web UI password ADMIN_PASSWORD=changeme # API upload token (use for CLI/automation uploads) API_TOKEN=changeme-generate-a-real-token # Session secret SESSION_SECRET=changeme-random-string # Base URL (your domain with https) BASE_URL=https://appstore.example.com # Port PORT=3000 # Mac mini builder bridge (used by /enroll/callback to forward UDIDs) BUILDER_URL=http://10.3.3.192:3090 BUILDER_SHARED_SECRET=changeme-same-as-builder-env