| | |
| | | main: |
| | | allow-circular-references: true |
| | | |
| | | xxl: |
| | | job: |
| | | accessToken: '' |
| | | admin: |
| | | addresses: ${xxl.job.dev.addresses} |
| | | executor: |
| | | appname: blade-xxljob |
| | | ip: ${xxl.job.dev.ip} |
| | | logpath: ${xxl.job.dev.logpath} |
| | | logretentiondays: -1 |
| | | port: ${xxl.job.dev.port} |
| | | |
| | |
| | | main: |
| | | allow-circular-references: true |
| | | |
| | | xxl: |
| | | job: |
| | | accessToken: '' |
| | | admin: |
| | | addresses: ${xxl.job.prod.addresses} |
| | | executor: |
| | | appname: blade-xxljob |
| | | ip: ${xxl.job.prod.ip} |
| | | logpath: ${xxl.job.prod.logpath} |
| | | logretentiondays: -1 |
| | | port: ${xxl.job.prod.port} |
| | |
| | | main: |
| | | allow-circular-references: true |
| | | |
| | | xxl: |
| | | job: |
| | | accessToken: '' |
| | | admin: |
| | | addresses: http://127.0.0.1:7009/xxl-job-admin |
| | | executor: |
| | | appname: blade-xxljob |
| | | ip: 127.0.0.1 |
| | | logpath: ../data/applogs/xxl-job/jobhandler |
| | | logretentiondays: -1 |
| | | port: 7018 |
| | | |