Skip to content

Commit

Permalink
Remove the secure config
Browse files Browse the repository at this point in the history
  • Loading branch information
grifx committed Apr 17, 2014
1 parent c7bfb45 commit 7c88629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public function getConfigTreeBuilder()
->children()
->scalarNode('public_key')->isRequired()->end()
->scalarNode('private_key')->isRequired()->end()
->booleanNode('secure')->defaultFalse()->end()
->booleanNode('enabled')->defaultTrue()->end()
->scalarNode('locale_key')->defaultValue('kernel.default_locale')->end()
->end()
Expand Down

0 comments on commit 7c88629

Please sign in to comment.