Skip to content

Commit

Permalink
Remove old Scout driver
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjacobs committed Jul 5, 2024
1 parent 84eaf3c commit a955bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,5 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

SCOUT_DRIVER=database_index
SCOUT_PREFIX='demostore_'

STRIPE_KEY=
STRIPE_SECRET=
STRIPE_SECRET=
2 changes: 1 addition & 1 deletion config/scout.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
|
*/

'driver' => env('SCOUT_DRIVER', 'database_index'),
'driver' => env('SCOUT_DRIVER', 'null'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit a955bc0

Please sign in to comment.