Skip to content

Commit 99b24d3

Browse files
committed
feat: add docsearch
1 parent 1aa0591 commit 99b24d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.production.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'baseUrl' => 'https://geocoder-php.org',
55
'production' => true,
66

7-
// DocSearch credentials
8-
'docsearchApiKey' => '',
9-
'docsearchIndexName' => '',
7+
// Algolia DocSearch credentials
8+
'docsearchApiKey' => '4b4f0156a1bce73ed44722c1d4f3187a',
9+
'docsearchIndexName' => 'geocoder-php',
1010
];

0 commit comments

Comments
 (0)