* chore: updates export of stripe plugin & bumps payload versions * chore: handles type errors * chore: adds alias for stripeREST & strepWebhooks * fixes issues with bundling within demo * chore: defaults plugin-stripe demo to use vite bundler * chore: updates pnpm lock file * chore: removes yarn lock file from plugin-stripe demo * chore: bumps payload in demo & cleans up demo config * chore: updates pnpm lock file --------- Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com>
7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
PAYLOAD_PUBLIC_CMS_URL=http://localhost:3000
|
|
DATABASE_URI=mongodb://localhost/payload-plugin-stripe
|
|
PAYLOAD_SECRET=
|
|
STRIPE_SECRET_KEY=
|
|
STRIPE_WEBHOOKS_ENDPOINT_SECRET=
|
|
PAYLOAD_PUBLIC_IS_STRIPE_TEST_KEY=true
|