Add Cloudflare email and collaboration workflows
This commit is contained in:
17
.env.example
17
.env.example
@@ -1,11 +1,24 @@
|
||||
# Required for deployed passkeys and device authorization URLs.
|
||||
CAIRNQUIRE_PUBLIC_ORIGIN=https://cairnquire.example.com
|
||||
|
||||
# Optional SMTP settings. The bundled Compose file defaults to its local
|
||||
# Mailpit service so notifications can be inspected during initial deployment.
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user