We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8431733 + 914cd73 commit 5ca1f70Copy full SHA for 5ca1f70
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