chore(novel-crawl): 修改生产环境外部配置文件

This commit is contained in:
xiongxiaoyang
2025-10-25 12:00:21 +08:00
parent bd12d2f2a5
commit 1aa86bdaec

View File

@@ -44,4 +44,32 @@ http:
# 代理用户名
username: bestproxy_u
# 代理密码
password: bestproxy_p
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