31 lines
659 B
Plaintext
31 lines
659 B
Plaintext
TYPE=heyform
|
|
|
|
DOMAIN=heyform.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.heyform.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
COMPOSE_FILE=compose.yml
|
|
|
|
SECRET_SESSION_KEY_VERSION=v1
|
|
SECRET_FORM_ENC_KEY_VERSION=v1
|
|
|
|
# APP_DISABLE_REGISTRATION=true
|
|
|
|
# Email
|
|
#SMTP_FROM
|
|
#SMTP_HOST
|
|
#SMTP_PORT
|
|
#SMTP_USER
|
|
#SMTP_SECURE
|
|
#SMTP_IGNORE_CERT
|
|
|
|
# NOTE: If your SMTP server requires a password (most do), uncommment both the
|
|
# following lines, and add the password to the server with:
|
|
# abra app secret insert heyform.example.com smtp_password v1 "YOUR-SECURE-EMAIL-PASSWORD"
|
|
|
|
#COMPOSE_FILE=$COMPOSE_FILE:compose.smtp-password.yml
|
|
#SECRET_SMTP_PASSWORD_VERSION=v1
|