| 12345678910111213141516171819202122 |
- log:
- enabled: true
- ws-url: ws://bnt.reghao.cn/ws/log/push
- token: 012345678
- dubbo:
- registry:
- address: zookeeper://localhost:2181
- spring:
- cloud:
- discovery:
- enabled: true
- zookeeper:
- connect-string: localhost:2181
- redis:
- database: 0
- host: localhost
- port: 6379
- password: Dev@123456
- datasource:
- url: jdbc:mysql://localhost:3306/tnb_content_rdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
- username: dev
- password: Dev@123456
|