diff --git a/config/testnet/config.yml b/config/testnet/config.yml index 056f33d3..0e767027 100644 --- a/config/testnet/config.yml +++ b/config/testnet/config.yml @@ -29,6 +29,7 @@ contracts: node: key: /node.key attribute_0: Deployed:SelfHosted + attribute_1: User-Agent:NeoFS\/0.23 metrics: address: 127.0.0.1:9090 diff --git a/config/testnet/docker-compose.yml b/config/testnet/docker-compose.yml index b76d79b2..90401e0d 100644 --- a/config/testnet/docker-compose.yml +++ b/config/testnet/docker-compose.yml @@ -3,7 +3,7 @@ version: "2.4" services: storage01: - image: nspccdev/neofs-storage-testnet:0.23.0 + image: nspccdev/neofs-storage-testnet:0.23.1 container_name: neofs-testnet env_file: node_config.env network_mode: host diff --git a/config/testnet/node_config.env b/config/testnet/node_config.env index 52e9db1a..23041c1b 100644 --- a/config/testnet/node_config.env +++ b/config/testnet/node_config.env @@ -19,9 +19,9 @@ 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_1=UN-LOCODE: -#NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:RU LED -NEOFS_NODE_ATTRIBUTE_1= +#NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE: +#NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE:RU LED +NEOFS_NODE_ATTRIBUTE_2= -NEOFS_NODE_ATTRIBUTE_2=Price:100000 +NEOFS_NODE_ATTRIBUTE_3=Price:100000