Skip to content

Commit bf1b325

Browse files
committed
fix(docs): key names in README
1 parent 697adce commit bf1b325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Default: `process.env.NUXT_PUBLIC_SUPABASE_URL` (e.g.: `https://example.supabase
6363

6464
The unique Supabase URL which is supplied when you create a new project in your project dashboard.
6565

66-
### `key`
66+
### `publishableKey`
6767

6868
Default: `process.env.NUXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY`
6969

7070
Supabase 'publishable key', used to access the Supabase API gateway and interact with your Supabase database making use of user JWT to apply RLS Policies.
7171

72-
### `serviceKey`
72+
### `secretKey`
7373

7474
Default: `process.env.NUXT_SUPABASE_SERVICE_ROLE_KEY`
7575

0 commit comments

Comments
 (0)