diff --git a/config.production.php b/config.production.php index f6c059d..ababbe7 100644 --- a/config.production.php +++ b/config.production.php @@ -4,7 +4,7 @@ 'baseUrl' => 'https://geocoder-php.org', 'production' => true, - // DocSearch credentials - 'docsearchApiKey' => '', - 'docsearchIndexName' => '', + // Algolia DocSearch credentials + 'docsearchApiKey' => '4b4f0156a1bce73ed44722c1d4f3187a', + 'docsearchIndexName' => 'geocoder-php', ];