27 lines
499 B
Plaintext
27 lines
499 B
Plaintext
PUID=1000
|
|
PGID=1001
|
|
TZ=America/Chicago
|
|
|
|
# Domain
|
|
LOCAL_DOMAIN=yourdomainhere
|
|
WEB_DOMAIN=yourdomainhere
|
|
|
|
# Database
|
|
DB_PASS=changeme
|
|
|
|
# Secrets (generate these - do not leave empty)
|
|
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=
|
|
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=
|
|
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=
|
|
SECRET_KEY_BASE=
|
|
OTP_SECRET=
|
|
VAPID_PRIVATE_KEY=
|
|
VAPID_PUBLIC_KEY=
|
|
|
|
# SMTP
|
|
SMTP_SERVER=mail.example.com
|
|
SMTP_PORT=25
|
|
SMTP_LOGIN=
|
|
SMTP_PASSWORD=
|
|
SMTP_FROM_ADDRESS=notifications@yourdomainhere
|