fix: api descript
This commit is contained in:
@@ -16,3 +16,29 @@ Kmq:
|
||||
Offset: last
|
||||
Consumers: 8
|
||||
Processors: 8
|
||||
|
||||
Mail:
|
||||
Enabled: true
|
||||
Host: "${EMAIL_SMTP_HOST}"
|
||||
Port: ${EMAIL_SMTP_PORT}
|
||||
Username: "${EMAIL_SMTP_USERNAME}"
|
||||
Password: "${EMAIL_SMTP_PASSWORD}"
|
||||
FromAddress: "${EMAIL_FROM_ADDRESS}"
|
||||
FromName: "${EMAIL_FROM_NAME}"
|
||||
UseSSL: true
|
||||
UseStartTLS: false
|
||||
InsecureSkipVerify: false
|
||||
ReplyTo: "${EMAIL_REPLY_TO}"
|
||||
|
||||
# Mail:
|
||||
# Enabled: true
|
||||
# Host: "smtp.163.com"
|
||||
# Port: 465
|
||||
# Username: "churong2646@163.com"
|
||||
# Password: "GTv6C6qNbv5urAiD"
|
||||
# FromAddress: "churong2646@163.com"
|
||||
# FromName: "聚玩"
|
||||
# UseSSL: true
|
||||
# UseStartTLS: false
|
||||
# InsecureSkipVerify: false
|
||||
# ReplyTo: ""
|
||||
|
||||
Reference in New Issue
Block a user