# event.env — Per-event deployment config for deploy.sh # Copy this file to event.env and fill in the values before deploying. # event.env is gitignored — never commit it (contains the API key). # # AETHER_API_KEY: shared across all laptops for this event deployment. # Create in Aether admin (Core → Accounts or Events → Devices API key section) # before the show. Delete after the show. # # ONSITE_API_BASE_URL: set to the local onsite API if running one (e.g. # http://192.168.32.1/api). Leave blank to use null (cloud-only mode). AETHER_API_KEY="your_api_key_here" PRIMARY_API_BASE_URL="https://api.oneskyit.com" BACKUP_API_BASE_URL="https://bak-api.oneskyit.com" ONSITE_API_BASE_URL=""