xxl-job-executor.properties 668 B

1234567891011121314151617
  1. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  2. xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin
  3. ### xxl-job, access token
  4. xxl.job.accessToken=
  5. ### xxl-job executor appname
  6. xxl.job.executor.appname=xxl-job-executor-sample
  7. ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
  8. xxl.job.executor.address=
  9. ### xxl-job executor server-info
  10. xxl.job.executor.ip=
  11. xxl.job.executor.port=9999
  12. ### xxl-job executor log-path
  13. xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler
  14. ### xxl-job executor log-retention-days
  15. xxl.job.executor.logretentiondays=30