2021-06-16 18:37:07 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# Specify your public IP address or domain name with the open port
|
2021-06-28 16:05:52 +00:00
|
|
|
# in NODE_ADDRESSES and GRPC_0_ENDPOINT
|
2021-06-16 18:37:07 +00:00
|
|
|
# By default keep these addresses the same.
|
|
|
|
|
|
|
|
# This is used for the public announcement in the network map
|
|
|
|
#
|
2021-06-28 16:05:52 +00:00
|
|
|
#NEOFS_NODE_ADDRESSES=1.1.1.1:36512
|
|
|
|
NEOFS_NODE_ADDRESSES=
|
2021-06-16 18:37:07 +00:00
|
|
|
|
2021-06-28 16:05:52 +00:00
|
|
|
# This is used to open the connection listening socket(s) on your machine
|
2021-06-16 18:37:07 +00:00
|
|
|
#
|
2021-06-28 16:05:52 +00:00
|
|
|
#NEOFS_GRPC_0_ENDPOINT=1.1.1.1:36512
|
|
|
|
NEOFS_GRPC_0_ENDPOINT=
|
|
|
|
NEOFS_GRPC_NUM=1
|
2021-06-16 18:37:07 +00:00
|
|
|
|
2021-10-14 16:04:54 +00:00
|
|
|
# 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.
|
2022-07-13 08:58:10 +00:00
|
|
|
NEOFS_CONTROL_GRPC_ENDPOINT=localhost:30512
|
2021-10-14 16:04:54 +00:00
|
|
|
|
2021-06-16 18:37:07 +00:00
|
|
|
|
|
|
|
#https://unece.org/trade/cefact/unlocode-code-list-country-and-territory
|
|
|
|
# Find suitable LOCODE (from the link above) for your storage node.
|
|
|
|
#
|
2021-08-06 16:38:36 +00:00
|
|
|
#NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE:<XX YYY>
|
|
|
|
#NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE:RU LED
|
|
|
|
NEOFS_NODE_ATTRIBUTE_2=
|
2021-06-16 18:37:07 +00:00
|
|
|
|
|
|
|
|
2021-08-06 16:38:36 +00:00
|
|
|
NEOFS_NODE_ATTRIBUTE_3=Price:100000
|