Setup SMTP mailing

This commit is contained in:
Luke Murphy
2020-03-27 18:40:10 +01:00
parent 517b3322f1
commit 17ece2d1b5
4 changed files with 24 additions and 0 deletions

View File

@ -11,6 +11,11 @@ enable_openid_signin: "true"
enable_openid_signup: "true"
http_port: "3020"
install_lock: "true"
mailer_enabled: "true"
smtp_from: "gitea-autonomic@decentral1.se"
smtp_host: "mail.gandi.net"
smtp_tls_enabled: "true"
smtp_user: "gitea-autonomic@decentral1.se"
ssh_domain: "git.autonomic.zone"
ssh_listen_port: "2222"
ssh_port: "222"