Skip to content

Commit 022c859

Browse files
docs: update environment variable descriptions for clarity (#44)
Env vars are available to all platforms, Singular form requires manual `docker-compose.yml` export
1 parent 9e15a33 commit 022c859

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/environment-variables.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ On Supabase Platform and Local Development (CLI), all variables are auto-provisi
55
| Variable | Format | Description | Available in |
66
| --------------------------- | ---------------------------------- | ------------------------------------- | --------------------------------- |
77
| `SUPABASE_URL` | `https://<ref>.supabase.co` | Your Supabase project URL | All |
8-
| `SUPABASE_PUBLISHABLE_KEYS` | `{"default":"sb_publishable_..."}` | Named publishable keys as JSON object | Platform, Local Development (CLI) |
9-
| `SUPABASE_SECRET_KEYS` | `{"default":"sb_secret_..."}` | Named secret keys as JSON object | Platform, Local Development (CLI) |
10-
| `SUPABASE_JWKS` | `{"keys":[...]}` or `[...]` | JSON Web Key Set for JWT verification | Platform, Local Development (CLI) |
11-
| `SUPABASE_PUBLISHABLE_KEY` | `sb_publishable_...` | Single publishable key (fallback) | Self-hosted |
12-
| `SUPABASE_SECRET_KEY` | `sb_secret_...` | Single secret key (fallback) | Self-hosted |
8+
| `SUPABASE_PUBLISHABLE_KEYS` | `{"default":"sb_publishable_..."}` | Named publishable keys as JSON object | All |
9+
| `SUPABASE_SECRET_KEYS` | `{"default":"sb_secret_..."}` | Named secret keys as JSON object | All |
10+
| `SUPABASE_JWKS` | `{"keys":[...]}` or `[...]` | JSON Web Key Set for JWT verification | All |
11+
| `SUPABASE_PUBLISHABLE_KEY` | `sb_publishable_...` | Single publishable key (fallback) | Self-hosted, if manually exported |
12+
| `SUPABASE_SECRET_KEY` | `sb_secret_...` | Single secret key (fallback) | Self-hosted, if manually exported |
1313

1414
## Non-Supabase environments (Node.js, Bun, Cloudflare, self-hosted)
1515

0 commit comments

Comments
 (0)