Skip to content

Commit

Permalink
[10.x] Removed redundant default value for config file (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheipashkevich authored Mar 12, 2023
1 parent ec43e8a commit faff096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scout.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

'meilisearch' => [
'host' => env('MEILISEARCH_HOST', 'http://localhost:7700'),
'key' => env('MEILISEARCH_KEY', null),
'key' => env('MEILISEARCH_KEY'),
'index-settings' => [
// 'users' => [
// 'filterableAttributes'=> ['id', 'name', 'email'],
Expand Down

0 comments on commit faff096

Please sign in to comment.