chore(examples): localization example (#10134)

This commit is contained in:
Germán Jabloñski
2024-12-22 16:21:56 -03:00
committed by GitHub
parent 154ad9d132
commit 3bbc5bf949
192 changed files with 23242 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Database connection string
DATABASE_URI=mongodb://127.0.0.1/payload-template-website
# Used to encrypt JWT tokens
PAYLOAD_SECRET=YOUR_SECRET_HERE
# Used to format links and URLs
PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3000
NEXT_PUBLIC_SERVER_URL=http://localhost:3000
# Allow robots to index the site (optional)
NEXT_PUBLIC_IS_LIVE=
# Used to preview drafts
PAYLOAD_PUBLIC_DRAFT_SECRET=demo-draft-secret
NEXT_PRIVATE_DRAFT_SECRET=demo-draft-secret
# Used to revalidate static pages
REVALIDATION_KEY=demo-revalation-key
NEXT_PRIVATE_REVALIDATION_KEY=demo-revalation-key