added port as seperate var for mailer to follow the docs better
This commit is contained in:
parent
420898f175
commit
d37fa2d3d7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue