|
@@ -88,13 +88,13 @@ spring:
|
|
|
# redis 配置
|
|
|
redis:
|
|
|
# 地址
|
|
|
- host: 192.168.0.192
|
|
|
+ host: 192.168.0.99
|
|
|
# 端口,默认为6379
|
|
|
port: 6379
|
|
|
# 数据库索引
|
|
|
database: 0
|
|
|
# 密码
|
|
|
- password: hcst@2022
|
|
|
+ password:
|
|
|
# 连接超时时间
|
|
|
timeout: 1000s
|
|
|
lettuce:
|
|
@@ -137,10 +137,10 @@ xxl:
|
|
|
# appname: module-job-test
|
|
|
port: 9997
|
|
|
ip:
|
|
|
- logpath: /data/applogs/xxl-job/jobhandler
|
|
|
+ logpath: /home/applogs/xxl-job/jobhandler
|
|
|
logretentiondays: 30
|
|
|
admin:
|
|
|
- addresses: http://192.168.0.192:8080/xxl-job-admin
|
|
|
+ addresses: http://192.168.0.99:8080/xxl-job-admin
|
|
|
api:
|
|
|
kuaishou:
|
|
|
postUrl: https://ad.e.kuaishou.com
|