| 1234567891011121314151617181920 |
- log:
- enabled: false
- ws-url: ws://bnt.reghao.cn/ws/log/push
- token: 012345678
- dubbo:
- registry:
- address: zookeeper://localhost:2181
- spring:
- cloud:
- discovery:
- enabled: true
- redis:
- database: 0
- host: localhost
- port: 6379
- password: Dev@123456
- eureka:
- client:
- service-url:
- defaultZone: http://localhost:6060/eureka/
|