| | |
| | | |
| | | redis: |
| | | # Redis数据库索引(默认为 0) |
| | | database: 1 |
| | | database: 15 |
| | | # Redis服务器地址 |
| | | host: 127.0.0.1 |
| | | # Redis服务器连接端口 |
| | | port: 6379 |
| | | # Redis 密码 |
| | | password: lianghua1!qaz2@WSX |
| | | password: 1234!@#$!QAZ |
| | | lettuce: |
| | | pool: |
| | | # 连接池中的最小空闲连接 |
| | |
| | | rabbitmq: |
| | | host: 127.0.0.1 |
| | | port: 5672 |
| | | username: e20210816 |
| | | password: e20210816 |
| | | username: xc_rabbit |
| | | password: xuncong123 |
| | | publisher-confirm-type: correlated |
| | | |
| | | pay: |
| | |
| | | |
| | | static: |
| | | resource: |
| | | url: https://res.mye2u.com/ |
| | | path: /home/javaweb/resource/ |
| | | url: https://res.runstep.cc/ |
| | | path: /home/javaweb/webresource/runstep/ |
| | | |
| | | system: |
| | | job: true |
| | | job: false |
| | | runStep: true |
| | | |
| | | chain: |
| | | bsc: false |
| | | trc: false |
| | | |
| | | # rabbitMq 消费者 |
| | | # true:启动消费者 false:关闭消费者 |
| | | consumer: |
| | | open: true |