[#184] .env: Add CHAIN_PATH variable in .env

Make it easier to see the variable and that gzipped dump is expected.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
nightly
Evgenii Stratonikov 2022-06-07 14:23:00 +03:00 committed by fyrchik
parent 6e9236c8c5
commit 33eabe2a0a
1 changed files with 3 additions and 1 deletions

4
.env
View File

@ -4,10 +4,12 @@ IPV4_PREFIX=192.168.130
CA_CERTS_TRUSTED_STORE=/etc/ssl/certs
# NeoGo privnet
#CHAIN_PATH="/path/to/devenv.dump.gz"
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.1/devenv_mainchain_notary_disabled.gz"
NEOGO_VERSION=0.98.2
# NeoGo sidechain
#MORPH_CHAIN_PATH="/path/to/morph-devenv.dump.gz"
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.1/devenv_sidechain.gz"
# NeoFS InnerRing nodes
@ -30,7 +32,7 @@ HTTP_GW_IMAGE=nspccdev/neofs-http-gw
S3_GW_VERSION=0.21.0
S3_GW_IMAGE=nspccdev/neofs-s3-gw
# Coredns
# Coredns
COREDNS_VERSION=v016
COREDNS_IMAGE=nspccdev/coredns