yellowstone-grpc/config.json

14 lines
259 B
JSON

{
"libpath": "target/debug/libsolana_geyser_grpc.so",
"log": {
"level": "info"
},
"grpc": {
"address": "0.0.0.0:10000",
"channel_capacity": "100_000"
},
"prometheus": {
"address": "0.0.0.0:8999"
}
}