Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
|
d1b15bbbed | ||
846311f12e | |||
cea4d0e26e | |||
|
7a4a9b346a |
4 changed files with 4 additions and 3 deletions
2
.env
2
.env
|
@ -10,7 +10,7 @@ BASTION_IMAGE=debian
|
|||
# NeoGo privnet
|
||||
#CHAIN_PATH="/path/to/devenv.dump.gz"
|
||||
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.5/devenv_mainchain_notary_disabled.gz"
|
||||
NEOGO_VERSION=0.99.2
|
||||
NEOGO_VERSION=0.99.3-2-gaa57779d
|
||||
NEOGO_IMAGE=nspccdev/neo-go
|
||||
|
||||
# NeoFS InnerRing nodes
|
||||
|
|
|
@ -7,6 +7,7 @@ services:
|
|||
container_name: coredns
|
||||
domainname: ${LOCAL_DOMAIN}
|
||||
hostname: coredns
|
||||
restart: on-failure
|
||||
networks:
|
||||
coredns:
|
||||
internet:
|
||||
|
|
|
@ -30,7 +30,7 @@ NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_DIV=4
|
|||
NEOFS_IR_EMIT_STORAGE_AMOUNT=1000000000
|
||||
NEOFS_IR_NETMAP_CLEANER_ENABLED=true
|
||||
|
||||
NEOFS_IR_CONTRACTS_NEOFS=913c08e0faa2b94516ac7effaea7a9363e492228
|
||||
NEOFS_IR_CONTRACTS_NEOFS=b797c965c186811455430a7b39b81beb1dc3772a
|
||||
NEOFS_IR_CONTRACTS_PROCESSING=ab239aa64ff6419419390038682a58b3e7dd0e86
|
||||
|
||||
NEOFS_IR_MORPH_VALIDATORS=02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
||||
|
|
|
@ -27,7 +27,7 @@ NEOFS_MORPH_RPC_ENDPOINT_0_ADDRESS=ws://morph-chain:30333/ws
|
|||
## Default: 5s
|
||||
#NEOFS_MORPH_DIAL_TIMEOUT=1m
|
||||
# Configure side chain caches (negative value to disable)
|
||||
#NEOFS_MORPH_CACHE_TTL=15s
|
||||
NEOFS_MORPH_CACHE_TTL=-1
|
||||
|
||||
# Cache of API clients section
|
||||
## Dial timeout to connect to remote API server
|
||||
|
|
Loading…
Reference in a new issue