| 1234567891011121314151617181920212223242526272829303132 |
- log:
- enabled: false
- wsUrl: ws://bnt.reghao.cn/ws/log/push
- token: 012345678
- zookeeper:
- host: 127.0.0.1
- port: 2181
- mongodb:
- host: 127.0.0.1
- port: 27017
- authentication-database: admin
- username: test
- password: Test@123456
- redis:
- host: 127.0.0.1
- port: 6379
- password: Dev@123456
- rabbitmq:
- host: 127.0.0.1
- port: 5672
- username: test
- password: Test@123456
- mysql:
- host: 127.0.0.1
- port: 3306
- username: test
- password: Test@123456
- es:
- host: 127.0.0.1
- port: 9200
- username: elastic
- password: Eastic@123456
|