Skip to content

Commit 3f9de95

Browse files
authored
Merge pull request #22 from atymic/docsearch
feat: add docsearch
2 parents 1aa0591 + 99b24d3 commit 3f9de95

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)