We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58affb commit be04735Copy full SHA for be04735
1 file changed
examples/collection_operations.php
@@ -9,12 +9,12 @@
9
try {
10
$client = new Client(
11
[
12
- 'api_key' => 'jOr5q242ucEQHAbjMpu3bo6NEK5nKS00',
+ 'api_key' => 'xyz',
13
'nodes' => [
14
15
- 'host' => '5wgzaxkobfc2vldtp-1.a1.typesense.net',
16
- 'port' => '443',
17
- 'protocol' => 'https',
+ 'host' => 'localhost',
+ 'port' => '8108',
+ 'protocol' => 'http',
18
],
19
20
'connection_timeout_seconds' => 2,
0 commit comments