Skip to content

Commit cf965a0

Browse files
Your Namecursoragent
andcommitted
Update INTEGRATIONS.md with current Supabase project ref.
Aligns integration docs with the learning org project used for auth and cloud sync. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 089f8aa commit cf965a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/INTEGRATIONS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3535
1. **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
5959
printf '%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.
6262
vercel deploy --prod
6363
```

0 commit comments

Comments
 (0)