This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93a86e2
commit 2ba52c6
Showing
14 changed files
with
299 additions
and
105 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SUPABASE_AUTH_EXTERNAL_GITHUB_REDIRECT_URI="http://127.0.0.1:54321/auth/v1/callback" | ||
SUPABASE_AUTH_EXTERNAL_GITHUB_CLIENT_ID= | ||
SUPABASE_AUTH_EXTERNAL_GITHUB_SECRET= |
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,17 +1,11 @@ | ||
# Update these with the details of your local test instance from the Supabase CLI | ||
# ("API URL", "anon key", and "service_role key") | ||
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321 | ||
NEXT_PUBLIC_SUPABASE_ANON_KEY= | ||
SUPABASE_SERVICE_ROLE_KEY= | ||
|
||
# Update these with the details of your remote database | ||
SUPABASE_PROJECT_REF= | ||
SUPABASE_DB_PASSWORD= | ||
NEXT_PUBLIC_SITE_URL="http://localhost:3000" | ||
|
||
# Update these with your Stripe credentials from https://dashboard.stripe.com/apikeys | ||
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_1234 | ||
STRIPE_SECRET_KEY=sk_test_1234 | ||
STRIPE_WEBHOOK_SECRET=whsec_1234 | ||
# These environment variables are used for Supabase Local Dev | ||
NEXT_PUBLIC_SUPABASE_ANON_KEY="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0" | ||
NEXT_PUBLIC_SUPABASE_URL="http://127.0.0.1:54321" | ||
SUPABASE_SERVICE_ROLE_KEY= | ||
|
||
# Add NEXT_PUBLIC_SITE_URL to your Vercel environmental variables for the production environment following the example below. This defaults to http://localhost:3000 in development. | ||
# NEXT_PUBLIC_SITE_URL=https://your-deployment-url.vercel.app | ||
# Get these from Stripe dashboard | ||
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY= | ||
STRIPE_SECRET_KEY= | ||
STRIPE_WEBHOOK_SECRET= |
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
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
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
Oops, something went wrong.