Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob authored Sep 16, 2024
1 parent e64b36a commit 4618794
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
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_****************************************************************
# This is an example of your .env file format, which pnpm db:setup will create.
# Note: this must be .env, not .env.local, without further configuration changes.
POSTGRES_URL=postgresql://***
STRIPE_SECRET_KEY=sk_test_***
STRIPE_WEBHOOK_SECRET=whsec_***
BASE_URL=http://localhost:3000
AUTH_SECRET=****************************************************************

0 comments on commit 4618794

Please sign in to comment.