We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45df3e commit db21481Copy full SHA for db21481
docs/content/installation/with-docker.en-us.md
@@ -304,7 +304,8 @@ services:
304
- GITEA__mailer__ENABLED=true
305
- GITEA__mailer__FROM=${GITEA__mailer__FROM:?GITEA__mailer__FROM not set}
306
- GITEA__mailer__PROTOCOL=smtps
307
- - 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}
308
+ - GITEA__mailer__SMTP_PORT=${GITEA__mailer__SMTP_PORT:?GITEA__mailer__SMTP_PORT not set}
309
- GITEA__mailer__USER=${GITEA__mailer__USER:-apikey}
310
- GITEA__mailer__PASSWD="""${GITEA__mailer__PASSWD:?GITEA__mailer__PASSWD not set}"""
311
```
0 commit comments