From 1aa86bdaec6e01a145b6e79b1ba947de99da190b Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Sat, 25 Oct 2025 12:00:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(novel-crawl):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E5=A4=96=E9=83=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/build/config/application.yml | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/novel-crawl/src/main/build/config/application.yml b/novel-crawl/src/main/build/config/application.yml index 6faca6a..9d54a0d 100644 --- a/novel-crawl/src/main/build/config/application.yml +++ b/novel-crawl/src/main/build/config/application.yml @@ -44,4 +44,32 @@ http: # 代理用户名 username: bestproxy_u # 代理密码 - password: bestproxy_p \ No newline at end of file + password: bestproxy_p + +--- + +#邮箱服务器 +spring: + mail: + host: smtp.163.com + #发件人昵称 + nickname: novel-plus + #邮箱账户 + username: xxyopen@163.com + #邮箱第三方授权码 + password: novel123456 + + +# 磁盘监控配置 +disk-monitor: + # 是否开启磁盘监控,true-开启,false-不启用 + enabled: false + # 磁盘监控间隔时间(分钟) + interval-minutes: 5 + # 磁盘使用率阈值 + warning-threshold: 85.0 + severe-threshold: 90.0 + critical-threshold: 95.0 + # 告警邮件接收人列表(支持多个邮箱) + recipients: xxyopen@foxmail.com,12345678@qq.com +