Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Aug 20, 2024
1 parent c2e1573 commit 9148855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected function resolveApplicationConfiguration($app)
$app['config']->set('statamic.search.drivers.meilisearch', [
'credentials' => [
'url' => 'http://localhost:7700',
'secret' => 'LARAVEL-HERD',
'secret' => 'masterKey',
],
]);

Expand Down

0 comments on commit 9148855

Please sign in to comment.