call TYPESENSE_API_KEY in SearchController.php
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user