da19799c37
Add pre-defined User-Agent attribute. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
27 lines
722 B
Bash
27 lines
722 B
Bash
#
|
|
|
|
# Specify your public IP address or domain name with the open port
|
|
# in NODE_ADDRESSES and GRPC_0_ENDPOINT
|
|
# By default keep these addresses the same.
|
|
|
|
# This is used for the public announcement in the network map
|
|
#
|
|
#NEOFS_NODE_ADDRESSES=1.1.1.1:36512
|
|
NEOFS_NODE_ADDRESSES=
|
|
|
|
# This is used to open the connection listening socket(s) on your machine
|
|
#
|
|
#NEOFS_GRPC_0_ENDPOINT=1.1.1.1:36512
|
|
NEOFS_GRPC_0_ENDPOINT=
|
|
NEOFS_GRPC_NUM=1
|
|
|
|
|
|
#https://unece.org/trade/cefact/unlocode-code-list-country-and-territory
|
|
# Find suitable LOCODE (from the link above) for your storage node.
|
|
#
|
|
#NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE:<XX YYY>
|
|
#NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE:RU LED
|
|
NEOFS_NODE_ATTRIBUTE_2=
|
|
|
|
|
|
NEOFS_NODE_ATTRIBUTE_3=Price:100000
|