Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 13s
Build & Deploy / 🧪 QA (push) Successful in 2m6s
Build & Deploy / 🏗️ Build (push) Failing after 8m33s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
37 lines
2.1 KiB
Bash
37 lines
2.1 KiB
Bash
# Application
|
|
NODE_ENV=production
|
|
NEXT_PUBLIC_BASE_URL=https://klz-cables.com
|
|
UMAMI_WEBSITE_ID=e4a2cd1c-59fb-4e5b-bac5-9dfd1d02dd81
|
|
UMAMI_API_ENDPOINT=https://analytics.infra.mintel.me
|
|
SENTRY_DSN=https://c10957d0182245b1a2a806ac2d34a197@errors.infra.mintel.me/1
|
|
LOG_LEVEL=info
|
|
NEXT_PUBLIC_FEEDBACK_ENABLED=false
|
|
NEXT_PUBLIC_RECORD_MODE_ENABLED=false
|
|
|
|
# SMTP Configuration
|
|
MAIL_HOST=smtp.eu.mailgun.org
|
|
MAIL_PORT=587
|
|
MAIL_USERNAME=postmaster@mg.mintel.me
|
|
MAIL_PASSWORD=4592fcb94599ee1a45b4ac2386fd0a64-102c75d8-ca2870e6
|
|
MAIL_FROM="KLZ Cables <postmaster@mg.mintel.me>"
|
|
MAIL_RECIPIENTS=marc@cablecreations.de,info@klz-cables.com
|
|
|
|
# ────────────────────────────────────────────────────────────────────────────
|
|
# Payload Infrastructure (Dockerized)
|
|
# ────────────────────────────────────────────────────────────────────────────
|
|
# The POSTGRES_URI and PAYLOAD_SECRET are automatically constructed and injected
|
|
# by docker-compose.yml using these base DB credentials, so you don't need to
|
|
# manually write the connection strings here.
|
|
PAYLOAD_DB_NAME=payload
|
|
PAYLOAD_DB_USER=payload
|
|
PAYLOAD_DB_PASSWORD=120in09oenaoinsd9iaidon
|
|
|
|
# ────────────────────────────────────────────────────────────────────────────
|
|
# Hetzner S3 Object Storage
|
|
# ────────────────────────────────────────────────────────────────────────────
|
|
S3_ENDPOINT=https://fsn1.your-objectstorage.com
|
|
S3_ACCESS_KEY=ROB3MSWMEIGRL7N94ZKS
|
|
S3_SECRET_KEY=9QJV3NE8xeLxhyufhNU7lsUB0RffJxPhGuEuFSH3
|
|
S3_BUCKET=mintel
|
|
S3_REGION=fsn1
|
|
S3_PREFIX=klz-cables |