1234567891011121314151617181920212223242526272829303132333435 |
- log:
- fileName: cmf-bus.log
- level: 1
- serviceName: cmf-bus
-
- configer:
- -
- name: cmf-mongo
- value: mongodb://root:cmfxxx@cmf-mongo:27017/cmf?authSource=admin
-
- devValue: mongodb://root:cmfxxx@192.168.110.131:17019/cmf?authSource=admin
-
-
-
-
-
-
-
-
-
-
- startLocalNats: true
- startNatsShellParams: "-p 4222 -m 8222 -js"
- startNatsPort: 4222
- nats:
- url: nats://cmf-bus:4222
- maxReconnect: 10000
- reconnDelaySecond: 5
|