flowsrv.yaml 504 B

123456789101112131415161718192021222324252627282930313233
  1. Name: flowsrv.api
  2. ListenOn: 0.0.0.0:10200
  3. Telemetry:
  4. Name: flowsrv-api
  5. Endpoint: http://127.0.0.1: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. - 127.0.0.1:9092
  19. Topic: recv-box-topic
  20. GroupId: flowsrv-api
  21. Redis:
  22. Host: 127.0.0.1:6379
  23. Type: node
  24. Pass: ylink
  25. JwtAuth:
  26. AccessSecret: ylink2022
  27. AccessExpire: 604800