You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
636 B
16 lines
636 B
xxl:
|
|
job:
|
|
admin:
|
|
# xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
|
|
addresses: http://xxl-1.itax.local:43000/xxl
|
|
# xxl-job executor address
|
|
executor:
|
|
appname: sims-order-job
|
|
ip: ${spring.cloud.client.ip-address}
|
|
port: 9898
|
|
# xxl-job log path
|
|
logpath: /data/logs/xxlJob-order
|
|
# xxl-job log retention days
|
|
logretentiondays: 3
|
|
# xxl-job, access token
|
|
accessToken: eyJ0eXBlIjoiMSIsImFsZyI6IkhTMjU2In0.eyJ1c2VyX2lkIjoiemhhb3FzIiwgImV4cGlyZV90aW1lIjoiMjA5OS0wMS0wMSAwOjAwOjAwIn0.cDNTtgIHKbbN6cqRlk5OkeTY7OirhCfa8MBDLYjhv74
|
|
|