Changes: - Migrates `email` example project to `3.0` from `2.0` - Replaces `inline-css` dependency with `juice` package instead. - Replaces `Handlebars` dependency with `ejs` package instead. Reason for replacing packages: - Both `inline-css` & `Handlebars` had issues with Nextjs and its Webpack bundling i.e does not support `require.extensions`. - `ejs` & `juice` do not rely on `require.extensions`.
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
DATABASE_URI=mongodb://127.0.0.1/payload-example-email
|
|
NODE_ENV=development
|
|
PAYLOAD_SECRET=PAYLOAD_EMAIL_EXAMPLE_SECRET_KEY
|
|
PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3000
|
|
|