padhle - post migration

This commit is contained in:
2026-09-15 04:08:55 -04:00
parent 534b51b41b
commit b2d8109019
509 changed files with 147378 additions and 303 deletions
+2 -2
View File
@@ -394,10 +394,10 @@ router.get('/', async (req, res) => {
**File:** `backend/.env` (ADD)
```
SUPABASE_SERVICE_ROLE_KEY=sb_secret_N7UND0UgjKTVK-Uodkm0Hg_xSvEMPvz
SUPABASE_SERVICE_ROLE_KEY=<rotated-local-dev-service-role-key>
```
(Get key from `npx supabase status`)
(Get key from `npx supabase status` — never commit the real value; see `docs/security-hardening-plan.md` Phase 1)
#### 2.7 Test integration
```bash