Skip to content

Commit

Permalink
- Disable TLS by default
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Feb 14, 2020
1 parent 5a21baa commit beb1d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IPub/MQTTClient/DI/MQTTClientExtension.php
Expand Up @@ -58,7 +58,7 @@ public function getConfigSchema() : Schema\Schema
'address' => Schema\Expect::string('8.8.8.8'),
]),
'secured' => Schema\Expect::structure([
'enable' => Schema\Expect::bool(TRUE),
'enable' => Schema\Expect::bool(FALSE),
'sslSettings' => Schema\Expect::array([]),
]),
]),
Expand Down

0 comments on commit beb1d45

Please sign in to comment.