Make SMTP mailer experimental

See https://git.autonomic.zone/coop-cloud/gitea/issues/10.
This commit is contained in:
decentral1se
2021-04-07 13:41:34 +02:00
parent 55d814e555
commit 314cb187c6
4 changed files with 22 additions and 10 deletions

View File

@ -25,6 +25,8 @@ SECRET_DB_ROOT_PASSWORD_VERSION=v1
SECRET_JWT_SECRET_VERSION=v1 # length=43
SECRET_SECRET_KEY_VERSION=v1 # length=64
# Email
#GITEA_MAILER_HOST=mail.gandi.net:465
SECRET_SMTP_PASSWORD_VERSION=v1
# SMTP Mailer
# COMPOSE_FILE="compose.yml:compose.smtp.yml"
# GITEA_SMTP_MAILER_ENABLED=1
# GITEA_MAILER_HOST=mail.gandi.net:465
# SECRET_SMTP_PASSWORD_VERSION=v1