forked from TrueCloudLab/frostfs-node
[#607] config/example: Add all formats of node's network addresses
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
6f861b6489
commit
81ddaeca16
4 changed files with 46 additions and 12 deletions
|
@ -11,7 +11,7 @@ NEOFS_NODE_KEY=./wallet.key
|
|||
NEOFS_NODE_WALLET_PATH=./wallet.json
|
||||
NEOFS_NODE_WALLET_ADDRESS=NcpJzXcSDrh5CCizf4K9Ro6w4t59J5LKzz
|
||||
NEOFS_NODE_WALLET_PASSWORD=password
|
||||
NEOFS_NODE_ADDRESSES=s01.neofs.devenv:8080 s02.neofs.devenv:8081
|
||||
NEOFS_NODE_ADDRESSES=s01.neofs.devenv:8080 /dns4/s02.neofs.devenv/tcp/8081 grpc://127.0.0.1:8082 grpcs://localhost:8083
|
||||
NEOFS_NODE_ATTRIBUTE_0=Price:11
|
||||
NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:RU MSK
|
||||
NEOFS_NODE_RELAY=true
|
||||
|
|
|
@ -19,7 +19,9 @@
|
|||
},
|
||||
"addresses": [
|
||||
"s01.neofs.devenv:8080",
|
||||
"s02.neofs.devenv:8081"
|
||||
"/dns4/s02.neofs.devenv/tcp/8081",
|
||||
"grpc://127.0.0.1:8082",
|
||||
"grpcs://localhost:8083"
|
||||
],
|
||||
"attribute_0": "Price:11",
|
||||
"attribute_1": "UN-LOCODE:RU MSK",
|
||||
|
|
|
@ -17,7 +17,9 @@ node:
|
|||
password: "password"
|
||||
addresses:
|
||||
- s01.neofs.devenv:8080
|
||||
- s02.neofs.devenv:8081
|
||||
- /dns4/s02.neofs.devenv/tcp/8081
|
||||
- grpc://127.0.0.1:8082
|
||||
- grpcs://localhost:8083
|
||||
attribute_0: "Price:11"
|
||||
attribute_1: UN-LOCODE:RU MSK
|
||||
relay: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue