123456789101112131415161718192021222324252627282930313233 |
- Name: flowsrv.api
- ListenOn: 0.0.0.0:10200
- Telemetry:
- Name: flowsrv-api
- Endpoint: http://127.0.0.1:14268/api/traces
- Sampler: 1.0
- Batcher: jaeger
- AuthRpcConf:
- Endpoints:
- - localhost:10400
- NonBlock: true
- InnerRpcConf:
- Endpoints:
- - localhost:10500
- NonBlock: true
- KqMsgBoxConsumerConf:
- Brokers:
- - 127.0.0.1:9092
- Topic: recv-box-topic
- GroupId: flowsrv-api
- Redis:
- Host: 127.0.0.1:6379
- Type: node
- Pass: ylink
- JwtAuth:
- AccessSecret: ylink2022
- AccessExpire: 604800
|