From b574c9ae3651262e7824499d2396265c95eca609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A8r=20Kessels?= Date: Wed, 12 Jun 2019 11:39:10 +0200 Subject: [PATCH] Add new vars to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5fe16e..929abe2 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ The following have been tested with Debian 8, it should work on Ubuntu as well. * `gitea_mailer_skip_verify`: Skip SMTP TLS certificate verification (true/false) * `gitea_mailer_tls_enabled`: Enable TLS for SMTP connection (true/false) * `gitea_mailer_host`: SMTP server hostname and port +* `gitea_mailer_user`: SMTP server username +* `gitea_mailer_password`: SMTP server password * `gitea_mailer_from`: Sender mail address ### Fail2Ban configuration