Skip to content

Commit

Permalink
Update database and Stripe configuration in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathamesh-chougale-17 committed Sep 16, 2024
1 parent ba19a71 commit e64b36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POSTGRES_URL=postgresql://postgres.<database_name>:<database_password>#[email protected]:6543/postgres # Supabase database URL
POSTGRES_URL=postgresql://<database_user>:<database_password>#[email protected]:6543/postgres # Works only in .env and not in .env.local
STRIPE_SECRET_KEY=sk_test_***************************************************************************************************
STRIPE_WEBHOOK_SECRET=whsec_****************************************************************
BASE_URL=http://localhost:3000
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env

# vercel
.vercel
Expand Down

0 comments on commit e64b36a

Please sign in to comment.