暂存
This commit is contained in:
@@ -91,6 +91,31 @@ spring:
|
||||
web:
|
||||
resources:
|
||||
static-locations: file:/home/ruoyi/
|
||||
mail:
|
||||
# 邮件服务地址
|
||||
host: smtp.163.com
|
||||
# 默认端口25,可不写
|
||||
port: 25
|
||||
# 编码格式
|
||||
default-encoding: utf-8
|
||||
# 发送者用户名
|
||||
username: xxx@163.com
|
||||
# 授权码,刚才获取的代码
|
||||
password: xxx
|
||||
# 其它参数
|
||||
# properties:
|
||||
# mail:
|
||||
# smtp:
|
||||
# # 如果是用 SSL 方式,需要配置如下属性
|
||||
# ssl:
|
||||
# enable: true
|
||||
# required: true
|
||||
# # 邮件接收时间的限制,单位毫秒
|
||||
# timeout: 10000
|
||||
# # 连接时间的限制,单位毫秒
|
||||
# connectiontimeout: 10000
|
||||
# # 邮件发送时间的限制,单位毫秒
|
||||
# writetimeout: 10000
|
||||
|
||||
# token配置
|
||||
token:
|
||||
|
||||
Reference in New Issue
Block a user