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
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:
19
.env.example
Normal file
19
.env.example
Normal 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"
|
||||
Reference in New Issue
Block a user