forked from TrueCloudLab/frostfs-node
[#918] config/testnet: Add control service endpoint
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
68a454fc56
commit
9a4d4c03b7
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue