ohmyform/.env.sample

28 lines
446 B
Plaintext
Raw Permalink Normal View History

2022-05-12 09:42:25 +00:00
TYPE=ohmyform
2022-11-24 18:59:50 +00:00
DOMAIN=ohmyform.example.com
2022-05-12 09:42:25 +00:00
LETS_ENCRYPT_ENV=production
2022-05-12 11:00:10 +00:00
# https://ohmyform.com/docs/env/
ADMIN_EMAIL=me@example.com
CREATE_ADMIN="TRUE"
LOGIN_NOTE="destroy google forms comrades"
SIGNUP_DISABLED="FALSE"
DEFAULT_ROLE=user
HIDE_CONTRIB="TRUE"
SECRET_ADMIN_PASSWORD_VERSION=v1
SECRET_SECRET_KEY_VERSION=v1
# SMTP
#SMTP_ENABLED=1
#MAILER_HOST=mail.example.com
#MAILER_FROM=noreply@example.com
#SECRET_SMTP_PASSWORD_VERSION=v1