flowsrv.yaml 539 B

12345678910111213141516171819202122232425262728293031323334
  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. InnerRpcConf:
  9. Endpoints:
  10. - 127.0.0.1:10500
  11. NonBlock: true
  12. KqMsgBoxConsumerConf:
  13. Brokers:
  14. - localhost:9092
  15. Topic: recv-box-topic
  16. GroupId: flowsrv-api
  17. KqCmdBoxConsumerConf:
  18. Brokers:
  19. - localhost:9092
  20. Topic: cmd-box-topic
  21. GroupId: flowsrv-api
  22. Redis:
  23. Host: localhost:6379
  24. Type: node
  25. Pass: ylink
  26. JwtAuth:
  27. AccessSecret: ylink2022
  28. AccessExpire: 604800