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.
21 lines
500 B
21 lines
500 B
# web port
|
|
server.port=8081
|
|
|
|
# log config
|
|
logging.config=classpath:logback.xml
|
|
|
|
# xxl-job
|
|
### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
|
|
xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin
|
|
|
|
### xxl-job executor address
|
|
xxl.job.executor.appname=xxl-job-executor-sample
|
|
xxl.job.executor.ip=
|
|
xxl.job.executor.port=-1
|
|
|
|
### xxl-job log path
|
|
xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler/
|
|
|
|
### xxl-job, access token
|
|
xxl.job.accessToken=
|