flowsrv.yaml 605 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. Name: flowsrv.api
  2. ListenOn: 0.0.0.0:10200
  3. Telemetry:
  4. Name: flowsrv-api
  5. Endpoint: http://localhost:14268/api/traces
  6. Sampler: 1.0
  7. Batcher: jaeger
  8. AuthRpcConf:
  9. Endpoints:
  10. - localhost:10400
  11. NonBlock: true
  12. InnerRpcConf:
  13. Endpoints:
  14. - localhost:10500
  15. NonBlock: true
  16. KqMsgBoxConsumerConf:
  17. Brokers:
  18. - localhost:9092
  19. Topic: recv-box-topic
  20. GroupId: flowsrv-api
  21. KqCmdBoxConsumerConf:
  22. Brokers:
  23. - localhost:9092
  24. Topic: cmd-box-topic
  25. GroupId: flowsrv-api
  26. Redis:
  27. Host: localhost:6379
  28. Type: node
  29. Pass: ylink
  30. JwtAuth:
  31. AccessSecret: ylink2022
  32. AccessExpire: 604800