We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697adce commit bf1b325Copy full SHA for bf1b325
README.md
@@ -63,13 +63,13 @@ Default: `process.env.NUXT_PUBLIC_SUPABASE_URL` (e.g.: `https://example.supabase
63
64
The unique Supabase URL which is supplied when you create a new project in your project dashboard.
65
66
-### `key`
+### `publishableKey`
67
68
Default: `process.env.NUXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY`
69
70
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.
71
72
-### `serviceKey`
+### `secretKey`
73
74
Default: `process.env.NUXT_SUPABASE_SERVICE_ROLE_KEY`
75
0 commit comments