The auth example was still on `v3.0.0-beta.24`, was missing its users collection config, and was not yet using the component paths pattern established here: #7246. This updates to latest and fixes these issues. This example can still use further improvements and housekeeping which will come in future PRs.
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
# Database connection string
|
|
DATABASE_URI=mongodb://127.0.0.1/payload-draft-preview-example
|
|
|
|
# Used to encrypt JWT tokens
|
|
PAYLOAD_SECRET=YOUR_SECRET_HERE
|
|
|
|
# Used to configure CORS, format links and more. No trailing slash
|
|
NEXT_PUBLIC_SERVER_URL=http://localhost:3000
|
|
|
|
# Used to share cookies across subdomains
|
|
COOKIE_DOMAIN=localhost
|