还原配置文件

This commit is contained in:
zzc 2024-09-12 22:58:04 +08:00
parent 0a06e8a5cf
commit a6cc8e8228

View File

@ -97,7 +97,7 @@ spring.data:
# 数据库索引 # 数据库索引
database: 2 database: 2
# redis 密码必须配置 # redis 密码必须配置
# password: ruoyi123 password: ruoyi123
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
# 是否开启ssl # 是否开启ssl
@ -127,28 +127,6 @@ redisson:
subscriptionConnectionPoolSize: 50 subscriptionConnectionPoolSize: 50
--- # mail 邮件发送 --- # mail 邮件发送
#mail:
# enabled: true
# host: smtp.qq.com
# port: 465
# # 是否需要用户名密码验证
# auth: true
# # 发送方遵循RFC-822标准
# from: 1278921369@qq.com
# # 用户名注意如果使用foxmail邮箱此处user为qq号
# user: 1278921369@qq.com
# # 密码注意某些邮箱需要为SMTP服务单独设置密码详情查看相关帮助
# pass: wynqzknymvnkhjea
# # 使用 STARTTLS安全连接STARTTLS是对纯文本通信协议的扩展。
# starttlsEnable: true
# # 使用SSL安全连接
# sslEnable: true
# # SMTP超时时长单位毫秒缺省值不超时
# timeout: 0
# # Socket连接超时值单位毫秒缺省值不超时
# connectionTimeout: 0
mail: mail:
enabled: true enabled: true
host: smtp.qiye.aliyun.com host: smtp.qiye.aliyun.com