From 33eabe2a0aacf6acec67bf74a2354947b6b5437e Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Tue, 7 Jun 2022 14:23:00 +0300 Subject: [PATCH] [#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 --- .env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 0cf2a9e..78a9d29 100644 --- a/.env +++ b/.env @@ -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