Skip to content

Commit bc7a0fd

Browse files
authored
Merge pull request smi2#199 from aliheydarabadii/master
Update README.md
2 parents 6005a38 + 1e7c3fe commit bc7a0fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ $config = [
5959
'host' => '192.168.1.1',
6060
'port' => '8123',
6161
'username' => 'default',
62-
'password' => ''
62+
'password' => '',
63+
'https' => true
6364
];
6465
$db = new ClickHouseDB\Client($config);
6566
$db->database('default');

0 commit comments

Comments
 (0)