* feat: update templates to 2.0 and support create-payload-app * chore: rich text updates * chore(templates): remove mongoURL * chore: migrates rich text fields in website * chore: manually aliases dotenv in templates * chore: installs new beta in website template * chore: type issues * chore (template): add alias for fs to website template * chore: more template updates --------- Co-authored-by: James <james@trbl.design> Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com>
18 lines
558 B
Plaintext
18 lines
558 B
Plaintext
# Payload vars
|
|
PORT=3000
|
|
DATABASE_URI=mongodb://127.0.0.1/payload-template-ecommerce
|
|
PAYLOAD_SECRET=712kjbkuh87234sflj98713b
|
|
PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3000
|
|
STRIPE_SECRET_KEY=
|
|
PAYLOAD_PUBLIC_STRIPE_IS_TEST_KEY=true
|
|
STRIPE_WEBHOOKS_SIGNING_SECRET=
|
|
PAYLOAD_PUBLIC_DRAFT_SECRET=demo-draft-secret
|
|
REVALIDATION_KEY=demo-revalation-key
|
|
|
|
# Next.js vars
|
|
NEXT_PUBLIC_SERVER_URL=http://localhost:3000
|
|
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
|
|
NEXT_PUBLIC_IS_LIVE=
|
|
NEXT_PRIVATE_DRAFT_SECRET=demo-draft-secret
|
|
NEXT_PRIVATE_REVALIDATION_KEY=demo-revalation-key
|