@@ -4,7 +4,7 @@ Each external service uses a **dedicated project** scoped to MedCore Research Bu
44
55| Integration | Dedicated resource | Purpose |
66| -------------| -------------------| ---------|
7- | ** Supabase** | Project ` medcore-research-builder ` ( ` hhmhwfekrzncmjxgjsya ` ) | Auth + cloud manuscript sync |
7+ | ** Supabase** | Org ** learning ** — project ref ` ysxlisnarregiyzksahg ` | Auth + cloud manuscript sync |
88| ** Vercel** | Project ` medcore-research-builder ` | Next.js app + API routes |
99| ** GitHub** | Repo ` Abdulsalam3302/medcore-research-builder ` | Source + CI/CD |
1010| ** LLM** | Env keys on Vercel only | Server-side drafting |
@@ -30,7 +30,7 @@ Unlike split Vite+Railway setups, **API and UI deploy together** on Vercel. Supa
3030
3131## Supabase dashboard checklist
3232
33- Project: ** medcore-research-builder ** (us-east-1 )
33+ Project ref : ** ysxlisnarregiyzksahg ** (Supabase org: ** learning ** )
3434
35351 . ** Authentication → URL configuration**
3636 - Site URL: ` https://medcore-research-builder.vercel.app `
@@ -57,7 +57,7 @@ Sync from `.env.local`:
5757``` bash
5858./scripts/sync-vercel-env.sh .env.local
5959printf ' %s' ' https://medcore-research-builder.vercel.app' | vercel env add NEXT_PUBLIC_APP_URL production --force --yes
60- printf ' %s' ' https://hhmhwfekrzncmjxgjsya .supabase.co' | vercel env add NEXT_PUBLIC_SUPABASE_URL production --force --yes
60+ printf ' %s' ' https://ysxlisnarregiyzksahg .supabase.co' | vercel env add NEXT_PUBLIC_SUPABASE_URL production --force --yes
6161# … anon key, OWNER_EMAIL, LLM keys, etc.
6262vercel deploy --prod
6363```
0 commit comments