Skip to content

Commit be04735

Browse files
committed
Fix hostnames
1 parent c58affb commit be04735

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/collection_operations.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
try {
1010
$client = new Client(
1111
[
12-
'api_key' => 'jOr5q242ucEQHAbjMpu3bo6NEK5nKS00',
12+
'api_key' => 'xyz',
1313
'nodes' => [
1414
[
15-
'host' => '5wgzaxkobfc2vldtp-1.a1.typesense.net',
16-
'port' => '443',
17-
'protocol' => 'https',
15+
'host' => 'localhost',
16+
'port' => '8108',
17+
'protocol' => 'http',
1818
],
1919
],
2020
'connection_timeout_seconds' => 2,

0 commit comments

Comments
 (0)