Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update
.env.tpl
to sensible defaults for local dev (#43)
I think developers should default to using staging, since with the addition of plan gating on the client and server they will otherwise need to enter real credit card information to do basic development. In staging they'll still need to go through the checkout flow, but can use fake credit card information (ie 4242 4242 4242 4242 and others listed at https://stripe.com/docs/testing?testing-method=card-numbers) I've also updated to the "test mode" Stripe pricing table that redirects to localhost:3000 - the previously specified pricing table redirects to staging after checkout is complete
- Loading branch information