forked from TrueCloudLab/frostfs-dev-env
Do not run emit worker on dev-env environment
Invocations of non-existed contracts make whole environment unstable. It will be fixed later with new neo-go releases and new environment dumps that will container alphabet contracts. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
ad68d73b71
commit
7708f164ae
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ NEOFS_IR_MAINNET_ENDPOINT_NOTIFICATION=ws://main_chain:30333/ws
|
|||
NEOFS_IR_MORPH_ENDPOINT_CLIENT=http://morph_chain:30333
|
||||
NEOFS_IR_MORPH_ENDPOINT_NOTIFICATION=ws://morph_chain:30333/ws
|
||||
NEOFS_IR_TIMERS_EPOCH=30s
|
||||
NEOFS_IR_TIMERS_EMIT=1000h
|
||||
|
||||
NEOFS_IR_CONTRACTS_NETMAP=8d4f778a105ac157e7c9daf31d4c9e0528e472a9
|
||||
NEOFS_IR_CONTRACTS_BALANCE=39ff7eb35bb6357ebed9f244f2aa72e8e7557eaf
|
||||
|
|
Loading…
Reference in a new issue