|
@@ -0,0 +1,18 @@
|
|
|
|
+### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
|
|
|
|
+xxl.job.admin.addresses=http://192.168.56.1:8175/xxl-job-admin
|
|
|
|
+
|
|
|
|
+### xxl-job, access token
|
|
|
|
+xxl.job.accessToken=
|
|
|
|
+
|
|
|
|
+### xxl-job executor appname
|
|
|
|
+xxl.job.executor.appname=failurestatistics-job
|
|
|
|
+### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
|
|
|
|
+xxl.job.executor.address=
|
|
|
|
+### xxl-job executor server-info
|
|
|
|
+xxl.job.executor.ip=
|
|
|
|
+xxl.job.executor.port=9102
|
|
|
|
+### xxl-job executor log-path
|
|
|
|
+xxl.job.executor.logpath=d:\\jobs\\failurestatistics-job
|
|
|
|
+### xxl-job executor log-retention-days
|
|
|
|
+xxl.job.executor.logretentiondays=30
|
|
|
|
+
|