Files
abot/config.yaml
2025-06-04 10:56:37 +08:00

30 lines
594 B
YAML

db_config:
pool_name: "wechat_boot_pool"
pool_size: 10
host: "192.168.2.41"
user: "root"
password: "lw123456"
database: "message_archive"
charset: "utf8mb4"
use_unicode: true
get_warnings: true
pool_reset_session: true
redis_config:
host: "192.168.2.40"
port: 6379
db: 0
decode_responses: true
# 邮件发送配置
email_config:
smtp_server: "smtp.163.com"
smtp_port: 465
sender_email: "bovine_liu@163.com"
sender_password: "LTS9BhmX9XhS36QS"
alert_recipient: "bovine_liu@163.com" # 警报邮件接收者
glances:
host: "192.168.2.170"
port: 61208