app.yaml 672 B

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