If a Postgres password or connection string was exposed (chat, logs, CI output), rotate it immediately.Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
Dev (Encore OS — project ref zkgxozahyczcnzpwhbbf)
- Supabase Dashboard → Project Settings → Database → Database password → Reset database password.
- Update local secrets only in
.env.local(gitignored):SUPABASE_DEV_DB_URL(use Session pooler URI; see SUPABASE_MULTI_ENV_SETUP.md § Database connections).SUPABASE_SERVICE_ROLE_KEYif you store it for REST-based seed extraction.
- Update any CI/GitHub Actions secrets that referenced the old password.
- Do not commit passwords or pooler URIs to
.env(tracked). Prefer.env.local.