Skip to content

Commit

Permalink
Turn off notification hub
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Oct 31, 2024
1 parent 1055a2a commit cb84b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->defaultTrue()
->end()
->booleanNode('hub_enabled')
->defaultTrue()
->defaultFalse()
->end()
->integerNode('frequency')
->defaultValue(60)
Expand Down

0 comments on commit cb84b07

Please sign in to comment.