payload is working! must use webpack
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# Keep this file up-to-date when you add new variables to \`.env\`.
|
||||
# This file will be committed to version control, so make sure not to have any secrets in it.
|
||||
# If you are cloning this repo, create a copy of this file named `.env` and populate it with your secrets.
|
||||
|
||||
## Next.js ##
|
||||
NODE_ENV=
|
||||
SENTRY_AUTH_TOKEN=
|
||||
@@ -12,6 +13,9 @@ NEXT_PUBLIC_SENTRY_DSN=
|
||||
NEXT_PUBLIC_SENTRY_URL=https://sentry.example.com
|
||||
NEXT_PUBLIC_SENTRY_ORG=sentry
|
||||
NEXT_PUBLIC_SENTRY_PROJECT_NAME=example
|
||||
## Payload CMS ##
|
||||
PAYLOAD_SECRET=
|
||||
PAYLOAD_DB_URL=
|
||||
|
||||
## Convex ##
|
||||
CONVEX_SELF_HOSTED_URL=https://api.convex.example.com # convex-backend:3210
|
||||
|
||||
Reference in New Issue
Block a user