forked from TrueCloudLab/frostfs-dev-env
Update NeoFS node versions with non notary workflow support
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
8f7c2b69d8
commit
4d38cd9b8f
2 changed files with 4 additions and 2 deletions
4
.env
4
.env
|
@ -10,11 +10,11 @@ NEOGO_VERSION=0.94.1
|
|||
MORPH_CHAIN_URL="fs.neo.org/dist/morph.chain.gz"
|
||||
|
||||
# NeoFS InnerRing nodes
|
||||
IR_VERSION=0.18.0-51-g66ddff34
|
||||
IR_VERSION=0.18.0-107-gdddbf036
|
||||
IR_IMAGE=nspccdev/neofs-ir
|
||||
|
||||
# NeoFS Storage nodes
|
||||
NODE_VERSION=0.18.0-51-g66ddff34
|
||||
NODE_VERSION=0.18.0-107-gdddbf036
|
||||
NODE_IMAGE=nspccdev/neofs-storage
|
||||
|
||||
# HTTP Gate
|
||||
|
|
|
@ -4,6 +4,8 @@ NEOFS_IR_PPROF_ENABLED=true
|
|||
|
||||
# Toggling the sidechain-only mode
|
||||
NEOFS_IR_WITHOUT_MAINNET=false
|
||||
NEOFS_IR_WITHOUT_NOTARY=false
|
||||
NEOFS_IR_WITHOUT_MAIN_NOTARY=true
|
||||
|
||||
NEOFS_IR_MAINNET_ENDPOINT_CLIENT=http://main_chain:30333
|
||||
NEOFS_IR_MAINNET_ENDPOINT_NOTIFICATION=ws://main_chain:30333/ws
|
||||
|
|
Loading…
Reference in a new issue