We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8431733 commit 914cd73Copy full SHA for 914cd73
1 file changed
config/app_local.example.php
@@ -70,7 +70,7 @@
70
'password' => 'secret',
71
'database' => 'test_myapp',
72
//'schema' => 'myapp',
73
- 'url' => env('DATABASE_TEST_URL', 'sqlite://127.0.0.1/tests.sqlite'),
+ 'url' => env('DATABASE_TEST_URL', 'sqlite://127.0.0.1/tmp/tests.sqlite'),
74
],
75
76
0 commit comments