|
|
@@ -111,7 +111,7 @@ xxl.job:
|
|
|
# 执行器开关
|
|
|
enabled: false
|
|
|
# 调度中心地址:如调度中心集群部署存在多个地址则用逗号分隔。
|
|
|
- admin-addresses: http://localhost:6068/xxl-job-admin
|
|
|
+ admin-addresses: http://localhost:6068
|
|
|
# 执行器通讯TOKEN:非空时启用
|
|
|
access-token: vber2023
|
|
|
executor:
|
|
|
@@ -181,13 +181,13 @@ spring:
|
|
|
spring:
|
|
|
redis:
|
|
|
# 地址
|
|
|
- host: 47.112.30.247
|
|
|
+ host: 192.168.0.82
|
|
|
# 端口,默认为6379
|
|
|
- port: 6399
|
|
|
+ port: 6379
|
|
|
# 数据库索引
|
|
|
database: 0
|
|
|
# 密码(如没有密码请注释掉)
|
|
|
- password: Iwb-2017
|
|
|
+ password: Iwb-2023
|
|
|
# 连接超时时间
|
|
|
timeout: 10s
|
|
|
lettuce:
|