From cb842096d453ad9f218bfd36d5ccd0c22c9d23e5 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Fri, 23 Jul 2021 17:39:05 +0300 Subject: [PATCH] [#720] ir: Delete `without_notary` defaults Signed-off-by: Pavel Karpy --- cmd/neofs-ir/defaults.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/neofs-ir/defaults.go b/cmd/neofs-ir/defaults.go index 2913bde3..dca3fe22 100644 --- a/cmd/neofs-ir/defaults.go +++ b/cmd/neofs-ir/defaults.go @@ -40,8 +40,6 @@ func defaultConfiguration(cfg *viper.Viper) { cfg.SetDefault("metrics.shutdown_timeout", "30s") cfg.SetDefault("without_mainnet", false) - cfg.SetDefault("without_notary", false) - cfg.SetDefault("without_main_notary", false) cfg.SetDefault("morph.endpoint.client", "") cfg.SetDefault("morph.endpoint.notification", "")