25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
# Required for deployed passkeys and device authorization URLs.
|
|
CAIRNQUIRE_PUBLIC_ORIGIN=https://cairnquire.example.com
|
|
|
|
# Outbound provider: smtp, postmark, cloudflare, or noop. Compose defaults to
|
|
# smtp with Mailpit so messages can be inspected during initial deployment.
|
|
CAIRNQUIRE_EMAIL_PROVIDER=smtp
|
|
CAIRNQUIRE_EMAIL_SMTP_HOST=mailpit
|
|
CAIRNQUIRE_EMAIL_SMTP_PORT=1025
|
|
CAIRNQUIRE_EMAIL_FROM=notifications@cairnquire.local
|
|
|
|
# Postmark production delivery:
|
|
# CAIRNQUIRE_EMAIL_PROVIDER=postmark
|
|
# CAIRNQUIRE_EMAIL_POSTMARK_TOKEN=server-token
|
|
# CAIRNQUIRE_EMAIL_FROM=notifications@example.com
|
|
|
|
# Cloudflare Email Service production delivery. Enable Email Sending for the
|
|
# sender domain first and use an API token with Email Sending permission.
|
|
# CAIRNQUIRE_EMAIL_PROVIDER=cloudflare
|
|
# CAIRNQUIRE_EMAIL_CLOUDFLARE_ACCOUNT_ID=cloudflare-account-id
|
|
# CAIRNQUIRE_EMAIL_CLOUDFLARE_API_TOKEN=cloudflare-api-token
|
|
# CAIRNQUIRE_EMAIL_FROM=notifications@example.com
|
|
|
|
# Optional: INFO, DEBUG, WARN, or ERROR.
|
|
CAIRNQUIRE_LOG_LEVEL=INFO
|