Skip to content

Commit

Permalink
Merge pull request #199 from aliheydarabadii/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
isublimity authored Jan 16, 2024
2 parents 6005a38 + 1e7c3fe commit bc7a0fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ $config = [
'host' => '192.168.1.1',
'port' => '8123',
'username' => 'default',
'password' => ''
'password' => '',
'https' => true
];
$db = new ClickHouseDB\Client($config);
$db->database('default');
Expand Down

0 comments on commit bc7a0fd

Please sign in to comment.