Skip to content

Commit

Permalink
update mailer example config, remove deprecated HOST (go-gitea#30267)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnudH authored and AvengerMoJo committed Apr 8, 2024
1 parent 35e0a20 commit d344a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/installation/with-docker.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ services:
- GITEA__mailer__ENABLED=true
- GITEA__mailer__FROM=${GITEA__mailer__FROM:?GITEA__mailer__FROM not set}
- GITEA__mailer__PROTOCOL=smtps
- GITEA__mailer__HOST=${GITEA__mailer__HOST:?GITEA__mailer__HOST not set}
- GITEA__mailer__SMTP_ADDR=${GITEA__mailer__SMTP_ADDR:?GITEA__mailer__SMTP_ADDR not set}
- GITEA__mailer__SMTP_PORT=${GITEA__mailer__SMTP_PORT:?GITEA__mailer__SMTP_PORT not set}
- GITEA__mailer__USER=${GITEA__mailer__USER:-apikey}
- GITEA__mailer__PASSWD="""${GITEA__mailer__PASSWD:?GITEA__mailer__PASSWD not set}"""
```
Expand Down

0 comments on commit d344a56

Please sign in to comment.