config-service.yaml 618 B

1234567891011121314151617181920212223242526272829
  1. log:
  2. fileName: nrhe.log
  3. level: 1
  4. serviceName: nrhe-bus
  5. configer:
  6. -
  7. name: nrhe-mongo
  8. value: mongodb://root:nrhe_zzzxxx@nrhe-mongo:27017/nrhe?authSource=admin
  9. devValue: mongodb://root:nrhe_zzzxxx@45.152.67.125:17017/nrhe?authSource=admin
  10. # -
  11. # name: cr-redis
  12. # value: cr-redis:6379#0#default#crzzz_x
  13. # devValue: 127.0.0.1:16379#0#default#crzzz_x
  14. # adapter:
  15. # -
  16. # busName: comm
  17. # nats: nats://comm-bus:4222
  18. startLocalNats: true
  19. startNatsShellParams: "-p 4222 -m 8222 -js"
  20. startNatsPort: 4222
  21. nats:
  22. url: nats://nrhe-bus:4222
  23. maxReconnect: 10000
  24. reconnDelaySecond: 5