forked from TrueCloudLab/frostfs-node
[#652] Update testnet config with address groups
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
29f9ed90f6
commit
47b6a3a8b2
1 changed files with 7 additions and 8 deletions
|
@ -1,20 +1,19 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Specify your public IP address or domain name with the open port
|
# Specify your public IP address or domain name with the open port
|
||||||
# in NODE_ADDRESS and BIND_ADDRESS
|
# in NODE_ADDRESSES and GRPC_0_ENDPOINT
|
||||||
# By default keep these addresses the same.
|
# By default keep these addresses the same.
|
||||||
|
|
||||||
# This is used for the public announcement in the network map
|
# This is used for the public announcement in the network map
|
||||||
#
|
#
|
||||||
#NEOFS_NODE_ADDRESS=<ANNOUNCE_ADDRESS>
|
#NEOFS_NODE_ADDRESSES=1.1.1.1:36512
|
||||||
#NEOFS_NODE_ADDRESS=1.1.1.1:36512
|
NEOFS_NODE_ADDRESSES=
|
||||||
NEOFS_NODE_ADDRESS=
|
|
||||||
|
|
||||||
# This is used to open the connection listening socket on your machine
|
# This is used to open the connection listening socket(s) on your machine
|
||||||
#
|
#
|
||||||
#NEOFS_GRPC_ENDPOINT=<BIND_ADDRESS>
|
#NEOFS_GRPC_0_ENDPOINT=1.1.1.1:36512
|
||||||
#NEOFS_GRPC_ENDPOINT=1.1.1.1:36512
|
NEOFS_GRPC_0_ENDPOINT=
|
||||||
NEOFS_GRPC_ENDPOINT=
|
NEOFS_GRPC_NUM=1
|
||||||
|
|
||||||
|
|
||||||
#https://unece.org/trade/cefact/unlocode-code-list-country-and-territory
|
#https://unece.org/trade/cefact/unlocode-code-list-country-and-territory
|
||||||
|
|
Loading…
Reference in a new issue