Skip to content

Commit 08cd97b

Browse files
committed
rebase
1 parent f174259 commit 08cd97b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ cp .env.example .env.local
8383
{{ .SiteURL }}/api/auth/confirm?token_hash={{ .TokenHash }}&type=email&next={{ .RedirectTo }}&confirmation_url={{ .ConfirmationURL }}
8484
```
8585

86-
#### c. Supabase Storage Setup
86+
#### b. Supabase Storage Setup
8787
1. Go to Storage > Buckets
8888
2. Create a new **public** bucket named `profile-pictures`
8989

90-
#### d. Key-Value Store Setup (Optional)
90+
#### c. Key-Value Store Setup (Optional)
9191
Redis/KV is optional for standard dashboard deployments, including local, enterprise, and on-prem environments. The dashboard can boot and run core auth and dashboard workflows without KV configured.
9292

9393
KV is currently used for optional capability checks and for deduplicating ZeroBounce alternate-email warnings. If you need those capabilities, configure a Vercel/Upstash Redis REST-compatible store:
@@ -100,7 +100,7 @@ KV is currently used for optional capability checks and for deduplicating ZeroBo
100100
101101
> **Health check**: When `KV_REST_API_URL` and `KV_REST_API_TOKEN` are set, `/api/health` will report `503 degraded` if KV is unreachable. Leave both unset to opt out of the KV health check entirely.
102102
103-
#### e. Start the development server
103+
#### d. Start the development server
104104
```bash
105105
# Using Bun (recommended)
106106
bun run dev

0 commit comments

Comments
 (0)