Skip to content

Commit

Permalink
Merge pull request #1 from concept7/result-store
Browse files Browse the repository at this point in the history
store result in memory
  • Loading branch information
jhhazelaar authored May 14, 2024
2 parents 7cf0b4f + f1d22cb commit 08e4bd9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/health.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
* can use multiple stores at the same time.
*/
'result_stores' => [
Spatie\Health\ResultStores\JsonFileHealthResultStore::class => [
'disk' => 'local',
'path' => 'health.json',
],
Spatie\Health\ResultStores\InMemoryHealthResultStore::class,
],

/*
Expand Down

0 comments on commit 08e4bd9

Please sign in to comment.