# Copy to .env (gitignored) and fill in. # This is the bearer token the iOS app sends as # Authorization: Bearer $SHARED_SECRET # Generate with: openssl rand -hex 32 SHARED_SECRET=replace-me-with-openssl-rand-hex-32