Files
supabase/apps
Miranda Limonczenko 931ebfbcaf docs: use an opaque placeholder for the pooler host
The rest of this PR aligns placeholders with what the Connect dialog
emits. `aws-[REGION]` didn't: it reads as composable and isn't. Hosts are
`aws-<index>-<region>.pooler.supabase.com`, and the index is a pooler
cluster index, not part of the region. Both aws-0-us-west-1 and
aws-1-us-west-1 appear in this repo, so a reader can't derive it, and
Studio doesn't compose the host either. It comes from the API.

- Use `[POOLER-HOST]` in the copyable strings, the convention the newer
  quickstarts already use.
- Keep the full shape in the summary table, where showing the shape is
  the point, and name the index there.

Composing the host produces `Tenant or user not found`, which reads like
a credentials error. Naming the index and explaining how to avoid it
follows in a later PR of this stack.
2026-09-02 14:12:07 -07:00
..