Skip to content

Commit

Permalink
Merge pull request #1551 from yeti-switch/1526-CallsMonitoring-teardo…
Browse files Browse the repository at this point in the history
…wn-rules

1526, do not require teardown configs, they should be optional
  • Loading branch information
dmitry-sinina authored Sep 9, 2024
2 parents 782283c + 175a4bd commit 39cfde9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/initializers/_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def self.setting_files(config_root, _env)
required(:calls_monitoring).schema do
required(:write_account_stats).value(:bool?)
required(:write_gateway_stats).value(:bool?)
required(:teardown_on_disabled_customer_auth).value(:bool?)
required(:teardown_on_disabled_term_gw).value(:bool?)
required(:teardown_on_disabled_orig_gw).value(:bool?)
optional(:teardown_on_disabled_customer_auth).value(:bool?)
optional(:teardown_on_disabled_term_gw).value(:bool?)
optional(:teardown_on_disabled_orig_gw).value(:bool?)
end

required(:api).schema do
Expand Down

0 comments on commit 39cfde9

Please sign in to comment.