mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 23:19:23 +08:00
* docs: indicate publishable key instead of anon in many examples * replace your-anon-key to string indicating publishable or anon * fix your_... * apply suggestion from @ChrisChinchilla Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com> * Update keys in code examples * Prettier fix * Update apps/docs/content/guides/functions/schedule-functions.mdx --------- Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>
7 lines
409 B
Plaintext
7 lines
409 B
Plaintext
# Get these from your API settings: https://supabase.com/dashboard/project/_/settings/api
|
|
|
|
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321/
|
|
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0
|
|
NEXT_SITE_URL=http://localhost:3000
|
|
NEXT_REDIRECT_URLS=http://localhost:3000/
|