call TYPESENSE_API_KEY in SearchController.php

This commit is contained in:
2026-02-07 21:28:49 +01:00
parent 880032bc28
commit 3a5a95cba9
+1 -1
View File
@@ -16,7 +16,7 @@ class SearchController extends Controller
public function __construct()
{
$this->client = new Client([
'api_key' => 'xyz',
'api_key' => env('TYPESENSE_API_KEY'),
'nodes' => [
[
'host' => env('TYPESENSE_CONNECTION'),