fix: api descript

This commit is contained in:
wwweww
2026-02-28 05:33:16 +08:00
parent 5930fb0dde
commit d2f33b4b96
243 changed files with 37065 additions and 780 deletions
+26
View File
@@ -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: ""