config-service.yaml 781 B

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