# ── GitHub ───────────────────────────────────────────────────────── # Create token: GitHub → Settings → Developer settings → Personal Access Tokens → repo scope GITHUB_TOKEN=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 GITHUB_OWNER=User15363828181728272 GITHUB_REPO=claudestorage # public repo for image storage GITHUB_BRANCH=main # ── Domains ──────────────────────────────────────────────────────── # Your main domain (used for /i/:filename path URLs) BASE_URL=https://clickme.web.id # ── Vercel sets PORT automatically ───────────────────────────────── PORT=3000