|
@ -25,6 +25,12 @@ spring: |
|
|
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) |
|
|
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) |
|
|
max-idle: 10 # 连接池中的最大空闲连接 |
|
|
max-idle: 10 # 连接池中的最大空闲连接 |
|
|
min-idle: 5 # 连接池中的最小空闲连接 |
|
|
min-idle: 5 # 连接池中的最小空闲连接 |
|
|
|
|
|
cloud: |
|
|
|
|
|
nacos: |
|
|
|
|
|
discovery: |
|
|
|
|
|
server-addr: 192.168.1.140:8848 |
|
|
|
|
|
namespace: 1fecc730-5e6e-464c-aae9-7567944e7936 |
|
|
|
|
|
register-enabled: true |
|
|
mail: |
|
|
mail: |
|
|
host: smtp.exmail.qq.com |
|
|
host: smtp.exmail.qq.com |
|
|
username: mpw:9jwi2HILb4x+eVy2fA0SYeits0G3qlm/YajJdX0OKQU= |
|
|
username: mpw:9jwi2HILb4x+eVy2fA0SYeits0G3qlm/YajJdX0OKQU= |
|
@ -43,13 +49,6 @@ logging: |
|
|
config: classpath:logback-spring.xml |
|
|
config: classpath:logback-spring.xml |
|
|
|
|
|
|
|
|
platform: |
|
|
platform: |
|
|
# oss: |
|
|
|
|
|
# ossType: 1 |
|
|
|
|
|
# endpoint: 12 |
|
|
|
|
|
# accessKeyId: mpw:vT2DiLH0raFqd2+10sAGbvhyYQsWKuxj2YOnXAh+ZhAsMkhqcQBSa5tQosuposvs |
|
|
|
|
|
# accessKeySecret: mpw:ZRJuLL9+aiBq+9PUN3wjrglLNvuK2yhKhrnSzw5P36P/E9QP4EIOIObeQvYjpaV/ |
|
|
|
|
|
# bucketName: tduck-cloud |
|
|
|
|
|
# domain: https://qiniu.smileyi.top |
|
|
|
|
|
oss: |
|
|
oss: |
|
|
ossType: 0 |
|
|
ossType: 0 |
|
|
endpoint: oss-cn-qingdao.aliyuncs.com |
|
|
endpoint: oss-cn-qingdao.aliyuncs.com |
|
@ -58,13 +57,13 @@ platform: |
|
|
bucketName: elink-esua-epdc |
|
|
bucketName: elink-esua-epdc |
|
|
domain: https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com |
|
|
domain: https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com |
|
|
sms: |
|
|
sms: |
|
|
type: 1 # 短信平台类型 |
|
|
type: 0 # 短信平台类型 |
|
|
secretId: mpw:EvC1LR0eGdzeQzkuO7fhEazxGtmdue8FJDzSA1l+gICuOUEDXI8zcjK+VXB2aWKS |
|
|
secretId: LTAI4G5KMmkxpix924ddeVNM |
|
|
secretKey: mpw:W3kvWxvHdgUJPAwqR6mwpfMoQMerAYcxZGHwJc259lK3m+jzceGuu0Tgnx++02Bk |
|
|
secretKey: 92nB7g5L1JmBGSzZG5xsdGvfv9O8WX |
|
|
appId: 1400461467 |
|
|
sign: 党群e事通 |
|
|
sign: smileyi知识分享 |
|
|
validateCodeTemplateId: SMS_150731394 |
|
|
validateCodeTemplateId: 808150 |
|
|
retrievePwdValidateCodeTemplateId: #腾讯云使用的 |
|
|
retrievePwdValidateCodeTemplateId: 809014 |
|
|
appId: #腾讯云使用的 |
|
|
front: |
|
|
front: |
|
|
baseUrl: http://localhost:8888/ |
|
|
baseUrl: http://localhost:8888/ |
|
|
resetPwdUrl: http://localhost:8888/forget/password?code={}&email={} |
|
|
resetPwdUrl: http://localhost:8888/forget/password?code={}&email={} |
|
|