[#208] Update neofs-adm config
Network section is required for environment deploy. Values are taken from neo-preodolenie. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
f07be5a032
commit
d93f2fc79e
1 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue