mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	update mailer example config, remove deprecated HOST (#30267)
This commit is contained in:
		@@ -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}"""
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user