forked from TrueCloudLab/frostfs-dev-env
[#52] frostfs-adm.yml: Allow maintenance mode by default
It is a DEV-env after all. Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
90bd39d717
commit
e254eba6a8
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ network:
|
||||||
epoch_duration: 240
|
epoch_duration: 240
|
||||||
basic_income_rate: 100000000
|
basic_income_rate: 100000000
|
||||||
homomorphic_hash_disabled: false
|
homomorphic_hash_disabled: false
|
||||||
|
maintenance_mode_allowed: true
|
||||||
fee:
|
fee:
|
||||||
audit: 10000
|
audit: 10000
|
||||||
candidate: 10000000000
|
candidate: 10000000000
|
||||||
|
|
Loading…
Reference in a new issue