-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): update user management next docs (#30849)
* chore(docs): update user-management config toml
- Loading branch information
Showing
4 changed files
with
93 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Get these from your API settings: https://supabase.com/dashboard/project/_/settings/api | ||
|
||
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co | ||
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key | ||
# Thoses are the default development values | ||
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321/ | ||
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0 | ||
NEXT_SITE_URL=http://localhost:3000 | ||
NEXT_REDIRECT_URLS=http://localhost:3000/ |
6 changes: 6 additions & 0 deletions
6
examples/user-management/nextjs-user-management/.env.production.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Get these from your API settings: https://supabase.com/dashboard/project/_/settings/api | ||
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co | ||
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key | ||
# Get this from your Vercel project settings | ||
NEXT_SITE_URL=https://<your-vercel-project-name>.<your-vercel-org-name>.vercel.app/ | ||
NEXT_REDIRECT_URLS=https://<your-vercel-project-name>.<your-vercel-org-name>.vercel.app/,https://<your-vercel-project-name>.<your-vercel-org-name>.vercel.app/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters