18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
# System
|
|
TIMEZONE="Australia/Brisbane"
|
|
DATA_DIR="/mnt/appdata"
|
|
PUID="1000"
|
|
PGID="1000"
|
|
|
|
# Cloudflare
|
|
CLOUDFLARE_API_TOKEN="your-cloudflare-api-token"
|
|
CLOUDFLARE_ACCOUNT_ID="your-cloudflare-account-id"
|
|
CLOUDFLARE_ZONE_ID="your-cloudflare-zone-id"
|
|
DOMAIN="yourdomain.com"
|
|
|
|
# SMTP
|
|
MAIL_FROM=your-email@example.com
|
|
MAIL_HOST=smtp.gmail.com
|
|
MAIL_PORT=587
|
|
MAIL_USERNAME=your-email@example.com
|
|
MAIL_PASSWORD=your-smtp-password |