49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
server:
|
||
port: 3010
|
||
spring:
|
||
# redis配置
|
||
redis:
|
||
# Redis数据库索引(默认为0)
|
||
database: 1
|
||
# Redis服务器地址
|
||
host: 1.95.0.111
|
||
# Redis服务器连接端口
|
||
port: 6379
|
||
# Redis服务器连接密码(默认为空)
|
||
password: LDQ20020618xxx
|
||
# 连接超时时间
|
||
timeout: 2s
|
||
lettuce:
|
||
pool:
|
||
# 连接池最大连接数
|
||
max-active: 200
|
||
# 连接池最大阻塞等待时间(使用负值表示没有限制)
|
||
max-wait: -1ms
|
||
# 连接池中的最大空闲连接
|
||
max-idle: 10
|
||
# 连接池中的最小空闲连接
|
||
min-idle: 0
|
||
|
||
# 微信公众号
|
||
wx:
|
||
mp:
|
||
token: LDQ20020618xxx
|
||
appid: wx55251c2f83b9fc25
|
||
secret: d511800cd53d248afe1260bb8aeed230
|
||
codeExpire: 3600
|
||
encodingAESKey:
|
||
|
||
# xxl-job配置
|
||
xxl:
|
||
job:
|
||
admin:
|
||
addresses: http://127.0.0.1:8081/xxl-job-admin
|
||
accessToken: default_token
|
||
executor:
|
||
appname: schisandra-cloud-storage-wechat
|
||
address:
|
||
ip: 127.0.0.1
|
||
port: 9998
|
||
logpath: /data/applogs/xxl-job/jobhandler
|
||
logretentiondays: 30
|