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 ab340d7 commit ba19a71
Showing 1 changed file with 1 addition and 1 deletion.
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
POSTGRES_URL=postgresql://postgres.<database_name>:<database_password>#[email protected]:6543/postgres # Supabase database URL
STRIPE_SECRET_KEY=sk_test_***************************************************************************************************
STRIPE_WEBHOOK_SECRET=whsec_****************************************************************
BASE_URL=http://localhost:3000
Expand Down

0 comments on commit ba19a71

Please sign in to comment.