added port as seperate var for mailer to follow the docs better

This commit is contained in:
muppeth 2023-01-16 11:09:32 +01:00
parent 420898f175
commit d37fa2d3d7
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ gitea_lfs_config:
gitea_mailer_config:
- 'ENABLED = true'
- 'SMTP_ADDR = mail.example.org:587'
- 'SMTP_ADDR = mail.example.org'
- 'SMTP_PORT = 587'
- 'FROM = noreply@example.org'
- 'USER = noreply@example.org'
- 'PASSWD = CHANGEME' #PASSWD