Initialize project with Payload CMS
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 11s
Build & Deploy / 🧪 QA (push) Failing after 32s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-27 21:01:36 +01:00
parent 9d0442e88f
commit 96cc1b0736
492 changed files with 9690 additions and 113187 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# Next.js
NEXT_PUBLIC_BASE_URL="http://localhost:3000"
# Payload CMS
PAYLOAD_SECRET="cablecreationssecret"
PAYLOAD_DB_NAME="payload"
PAYLOAD_DB_USER="payload"
PAYLOAD_DB_PASSWORD="payloadpassword"
POSTGRES_URI="postgresql://payload:payloadpassword@127.0.0.1:54322/payload"
DATABASE_URI="postgresql://payload:payloadpassword@127.0.0.1:54322/payload"
# Email
MAIL_HOST="smtp.eu.mailgun.org"
MAIL_PORT="587"
MAIL_USERNAME=""
MAIL_PASSWORD=""
MAIL_FROM="Cable Creations <postmaster@mg.mintel.me>"
MAIL_RECIPIENTS="info@cablecreations.de"