xxl-job-executor.properties 847 B

12345678910111213141516171819202122232425
  1. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  2. #xxl.job.admin.addresses=http://localhost:8175/xxl-job-admin
  3. xxl.job.admin.addresses=http://10.81.3.152:8175/xxl-job-admin
  4. ### xxl-job, access token
  5. xxl.job.accessToken=
  6. ### xxl-job executor appname
  7. ### 场站计算
  8. xxl.job.executor.appname=generationTarget-job
  9. ### 区域公司计算
  10. #xxl.job.executor.appname=generationRG-job
  11. ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
  12. xxl.job.executor.address=
  13. ### xxl-job executor server-info
  14. xxl.job.executor.ip=
  15. #场站端口
  16. xxl.job.executor.port=9201
  17. #区域端口
  18. #xxl.job.executor.port=9202
  19. ### xxl-job executor log-path
  20. xxl.job.executor.logpath=/data/nem/computeEngine/logs
  21. ### xxl-job executor log-retention-days
  22. xxl.job.executor.logretentiondays=30