Move to frostfs-node
Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
This commit is contained in:
parent
42554a9298
commit
923f84722a
934 changed files with 3470 additions and 3451 deletions
|
@ -13,7 +13,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 /dns4/s02.neofs.devenv/tcp/8081 grpc://127.0.0.1:8082 grpcs://localhost:8083"
|
||||
NEOFS_NODE_ADDRESSES="s01.frostfs.devenv:8080 /dns4/s02.frostfs.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
|
||||
|
@ -37,14 +37,14 @@ NEOFS_TREE_REPLICATION_WORKER_COUNT=32
|
|||
|
||||
# gRPC section
|
||||
## 0 server
|
||||
NEOFS_GRPC_0_ENDPOINT=s01.neofs.devenv:8080
|
||||
NEOFS_GRPC_0_ENDPOINT=s01.frostfs.devenv:8080
|
||||
### TLS config
|
||||
NEOFS_GRPC_0_TLS_ENABLED=true
|
||||
NEOFS_GRPC_0_TLS_CERTIFICATE=/path/to/cert
|
||||
NEOFS_GRPC_0_TLS_KEY=/path/to/key
|
||||
|
||||
## 1 server
|
||||
NEOFS_GRPC_1_ENDPOINT=s02.neofs.devenv:8080
|
||||
NEOFS_GRPC_1_ENDPOINT=s02.frostfs.devenv:8080
|
||||
### TLS config
|
||||
NEOFS_GRPC_1_TLS_ENABLED=false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue