frostfs-dev-env/.env
Alex Vanin c5b611e6cf Add storage engine configuration for storage nodes
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-12-15 14:28:02 +03:00

26 lines
540 B
Bash

# Basenet settings
LOCAL_DOMAIN=neofs.devenv
IPV4_PREFIX=192.168.130
# NeoGo privnet
CHAIN_URL="https://fs.neo.org/dist/chain.gz"
NEOGO_VERSION=0.91.1-pre-389-g71216865
# NeoGo sidechain
MORPH_CHAIN_URL="https://fs.neo.org/dist/morph.chain.gz"
# NeoFS InnerRing nodes
IR_VERSION=0.13.0
IR_IMAGE=nspccdev/neofs-ir
# NeoFS Storage nodes
NODE_VERSION=0.13.0
NODE_IMAGE=nspccdev/neofs-storage
# HTTP Gate
HTTP_GW_VERSION=0.12.1
HTTP_GW_IMAGE=nspccdev/neofs-http-gate
# S3 Gate
S3_GW_VERSION=0.12.0-rc.3
S3_GW_IMAGE=nspccdev/neofs-s3-gate