mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
还原配置文件
This commit is contained in:
parent
0a06e8a5cf
commit
a6cc8e8228
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user