Skip to content

Commit 815c658

Browse files
author
Omar Rida
committed
Sets the SCOUT_DRIVER to database in the example env file to avoid failing test cases due to missing Algolia keys.
1 parent 568fefc commit 815c658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DB_PASSWORD=
1111

1212
CACHE_DRIVER=file
1313
SESSION_DRIVER=file
14-
SCOUT_DRIVER=algolia
14+
SCOUT_DRIVER=database
1515

1616
MAIL_USERNAME=
1717
MAIL_PASSWORD=

0 commit comments

Comments
 (0)