File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- MONGODB_URI = mongodb://localhost /payload-example-custom-server
1+ MONGODB_URI = mongodb://127.0.0.1 /payload-example-custom-server
22PAYLOAD_SECRET = PAYLOAD_CUSTOM_SERVER_EXAMPLE_SECRET_KEY
33PAYLOAD_PUBLIC_SERVER_URL = http://localhost:3000
44NEXT_PUBLIC_SERVER_URL = http://localhost:3000
Original file line number Diff line number Diff line change 1- MONGODB_URI = mongodb://localhost /payload-example-email
1+ MONGODB_URI = mongodb://127.0.0.1 /payload-example-email
22PAYLOAD_SECRET =
33NODE_ENV = development
44PAYLOAD_PUBLIC_SERVER_URL = http://localhost:8000
Original file line number Diff line number Diff line change 1- MONGODB_URI = mongodb://localhost /payload-example-form-builder
1+ MONGODB_URI = mongodb://127.0.0.1 /payload-example-form-builder
22PAYLOAD_SECRET = ENTER-STRING-HERE
33PAYLOAD_PUBLIC_SITE_URL = http://localhost:3000
44PAYLOAD_PUBLIC_SERVER_URL = http://localhost:8000
Original file line number Diff line number Diff line change 1- MONGODB_URI = mongodb://localhost /payload-example-auth
1+ MONGODB_URI = mongodb://127.0.0.1 /payload-example-auth
22PAYLOAD_SECRET = PAYLOAD_AUTH_EXAMPLE_SECRET_KEY
33PAYLOAD_PUBLIC_SERVER_URL = http://localhost:3000
44PAYLOAD_SEED = true
Original file line number Diff line number Diff line change 1- MONGODB_URI = mongodb://localhost /payload-example-preview
1+ MONGODB_URI = mongodb://127.0.0.1 /payload-example-preview
22PAYLOAD_SECRET = ENTER-STRING-HERE
33PAYLOAD_PUBLIC_SERVER_URL = http://localhost:3000
44PAYLOAD_PUBLIC_SITE_URL = http://localhost:3001
Original file line number Diff line number Diff line change 1- MONGODB_URI = mongodb://localhost /payload-example-redirects
1+ MONGODB_URI = mongodb://127.0.0.1 /payload-example-redirects
22PAYLOAD_SECRET = ENTER-STRING-HERE
33PAYLOAD_PUBLIC_SITE_URL = http://localhost:3000
44PAYLOAD_PUBLIC_SERVER_URL = http://localhost:8000
Original file line number Diff line number Diff line change 1- MONGODB_URI = mongodb://localhost /payload-example-vitual-fields
1+ MONGODB_URI = mongodb://127.0.0.1 /payload-example-vitual-fields
22PAYLOAD_SECRET = ENTER-STRING-HERE
33PAYLOAD_PUBLIC_SERVER_URL = http://localhost:8000
Original file line number Diff line number Diff line change 1- MONGODB_URI = mongodb://localhost /payload-example-whitelabel
1+ MONGODB_URI = mongodb://127.0.0.1 /payload-example-whitelabel
22PAYLOAD_SECRET = ENTER-STRING-HERE
33PAYLOAD_PUBLIC_SERVER_URL = http://localhost:8000
You can’t perform that action at this time.
0 commit comments