padhle - post migration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user