quest-vorteq/.env.example

21 lines
637 B
Text
Raw Permalink Normal View History

2026-02-15 19:31:34 +00:00
# PostgreSQL
POSTGRES_PASSWORD=change-me-to-a-strong-password
# Cloudflare DNS Challenge
CLOUDFLARE_DNS_API_TOKEN=your-cloudflare-api-token-here
ACME_EMAIL=lorentz@wulfconsulting.com
# Domains
DEV_DOMAIN=dev.quest.vorteq.wulf.cloud
TEST_DOMAIN=testing.vorteq.wulf.cloud
PROD_DOMAIN=quest.vorteq.wulf.cloud
TRAEFIK_DOMAIN=traefik.vorteq.wulf.cloud
# Better-Auth Secrets (generate with: openssl rand -base64 32)
DEV_AUTH_SECRET=your-dev-secret-here
TEST_AUTH_SECRET=your-test-secret-here
PROD_AUTH_SECRET=your-prod-secret-here
# Invoice PDF Storage Path (where uploaded invoice PDFs are stored)
INVOICE_STORAGE_PATH=./storage/invoices