### What? Migrates the `form-builder` example to payload `3.0`. `Updates`: - Now has a next app directly along side payload. - Removes `form-builder/next-app` & `form-builder/next-pages` example front-ends and only uses new recommended approach (i.e admin panel & front-end on the same port - `3000`)
4 lines
140 B
Plaintext
4 lines
140 B
Plaintext
DATABASE_URI=mongodb://127.0.0.1/payload-form-builder-example
|
|
PAYLOAD_SECRET=YOUR_SECRET_HERE
|
|
NEXT_PUBLIC_PAYLOAD_URL=http://localhost:3000
|