From d93f2fc79ece02055a080b3ee999da11e16f6b13 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 8 Sep 2022 18:22:22 +0300 Subject: [PATCH] [#208] Update neofs-adm config Network section is required for environment deploy. Values are taken from neo-preodolenie. Signed-off-by: Alex Vanin --- services/ir/neofs-adm.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/services/ir/neofs-adm.yml b/services/ir/neofs-adm.yml index 0222a0e..dc10a6e 100644 --- a/services/ir/neofs-adm.yml +++ b/services/ir/neofs-adm.yml @@ -1,4 +1,15 @@ rpc-endpoint: http://morph-chain.neofs.devenv:30333 +network: + max_object_size: 67108864 + epoch_duration: 240 + basic_income_rate: 100000000 + homomorphic_hash_disabled: false + fee: + audit: 10000 + candidate: 10000000000 + container: 1000 + container_alias: 500 + withdraw: 100000000 credentials: az: "one" contract: "one"