chore(forgejo): Update mailer settings for new configuration
Split 'SMTP_HOST' variable into 'SMTP_ADDR' and 'SMTP_PORT' to follow updated configuration style.
This commit is contained in:
parent
174ad5a5fb
commit
0658971dbb
2 changed files with 5 additions and 3 deletions
|
|
@ -17,7 +17,8 @@ forgejo_app_admin_username: Myforgejousername # can not be set to admin in Forge
|
|||
forgejo_app_admin_password: Myforgejopassword
|
||||
forgejo_app_admin_email: myadmin@mydomain.mytld
|
||||
|
||||
# forgejo_smtp_host: domain.com:port
|
||||
# forgejo_smtp_addr: domain.com
|
||||
# forgejo_smtp_port: 465
|
||||
# forgejo_smtp_username: my@username.com
|
||||
# forgejo_smtp_password: <password>
|
||||
# forgejo_smtp_force_tls: false # forces tls if it is on a non-traditional tls port. Overwrites starttls so should generally be off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue