|
|
|
|
@ -18,33 +18,31 @@ xxl.job.admin.timeout=3
|
|
|
|
|
|
|
|
|
|
### xxl-job executor enable, default true
|
|
|
|
|
xxl.job.executor.enabled=true
|
|
|
|
|
### xxl-job executor glue (non-BEAN) task enable, default true
|
|
|
|
|
xxl.job.executor.glueenabled=true
|
|
|
|
|
### xxl-job executor appname
|
|
|
|
|
xxl.job.executor.appname=xxl-job-executor-sample-ai
|
|
|
|
|
### 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=9997
|
|
|
|
|
### 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 log-path
|
|
|
|
|
xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler
|
|
|
|
|
### xxl-job executor log-retention-days
|
|
|
|
|
xxl.job.executor.logretentiondays=30
|
|
|
|
|
### xxl-job executor excluded package, will skip scan job. such as "org.package01" or "org.package01,org.package02"
|
|
|
|
|
xxl.job.executor.excludedpackage=
|
|
|
|
|
### xxl-job executor glue (non-BEAN) task enable, default true
|
|
|
|
|
xxl.job.executor.glueenabled=true
|
|
|
|
|
|
|
|
|
|
### http timeout
|
|
|
|
|
spring.http.clients.connect-timeout=10000
|
|
|
|
|
spring.http.clients.read-timeout=180000
|
|
|
|
|
|
|
|
|
|
### spring-ai retry
|
|
|
|
|
### spring-ai: retry
|
|
|
|
|
spring.ai.retry.max-attempts=2
|
|
|
|
|
|
|
|
|
|
### ollama
|
|
|
|
|
### spring-ai: ollama
|
|
|
|
|
spring.ai.ollama.base-url=http://localhost:11434
|
|
|
|
|
|
|
|
|
|
### openai (for openclaw)
|
|
|
|
|
### spring-ai: openai (for openclaw)
|
|
|
|
|
spring.ai.openai.base-url=http://127.0.0.1:18789
|
|
|
|
|
spring.ai.openai.api-key=xxxxxx
|
|
|
|
|
|
|
|
|
|
|