diff --git a/run/config-mainnet-turbo.toml b/run/config-mainnet-turbo.toml index 7149c71..1b7abfc 100644 --- a/run/config-mainnet-turbo.toml +++ b/run/config-mainnet-turbo.toml @@ -324,6 +324,9 @@ neighbors_only = true # HTTP server address to bind for admin and debug RPC. # listen_address_admin = "0.0.0.0:5679" +## Grpc server address to bind +# listen_address_grpc = "0.0.0.0:50051" + # Number of chunks for a single segment. # chunks_per_segment = 1024