forked from TrueCloudLab/frostfs-dev-env
[#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>
This commit is contained in:
parent
6e9236c8c5
commit
33eabe2a0a
1 changed files with 3 additions and 1 deletions
4
.env
4
.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue