Skip to content

Commit a6be7fe

Browse files
committed
Update scout defaults
1 parent 1647e3f commit a6be7fe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.env.example

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ GITHUB_URL=http://laravel.io.test/auth/github
2020
FLARE_KEY=
2121
MIX_FLARE_KEY="${FLARE_KEY}"
2222

23-
SCOUT_DRIVER=null
24-
2523
ALGOLIA_APP_ID=
2624
ALGOLIA_SECRET=
2725

config/scout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
|
1616
*/
1717

18-
'driver' => env('SCOUT_DRIVER', 'algolia'),
18+
'driver' => env('SCOUT_DRIVER', 'null'),
1919

2020
/*
2121
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)