From 9a4d4c03b7bce2b87176100fbe263eb18464b268 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 14 Oct 2021 19:04:54 +0300 Subject: [PATCH] [#918] config/testnet: Add control service endpoint Signed-off-by: Alex Vanin --- config/testnet/node_config.env | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/testnet/node_config.env b/config/testnet/node_config.env index 23041c1b4..7d2905b93 100644 --- a/config/testnet/node_config.env +++ b/config/testnet/node_config.env @@ -15,6 +15,11 @@ NEOFS_NODE_ADDRESSES= NEOFS_GRPC_0_ENDPOINT= NEOFS_GRPC_NUM=1 +# Specify control service endpoint for node administration. +# It must be different from connection port. +# Keep control service endpoint private with firewall rules or use localhost. +NEOFS_CONTROL_GRPC_ENDPOINT=127.0.0.1:30512 + #https://unece.org/trade/cefact/unlocode-code-list-country-and-territory # Find suitable LOCODE (from the link above) for your storage node.