Started working on a test suite
Signed-off-by: Graham Campbell <graham@cachethq.io>
This commit is contained in:
committed by
Graham Campbell
parent
c2b69ff547
commit
7b3f6fee26
@@ -57,7 +57,7 @@ return [
|
||||
|
||||
'sqlite' => [
|
||||
'driver' => 'sqlite',
|
||||
'database' => storage_path().'/database.sqlite',
|
||||
'database' => env('DB_HOST', storage_path().'/database.sqlite'),
|
||||
'prefix' => '',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user