mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Clean up test data.
This commit is contained in:
@@ -48,14 +48,18 @@ return [
|
||||
'root' => storage_path('app'),
|
||||
],
|
||||
|
||||
'upload' => [
|
||||
'upload' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('upload'),
|
||||
],
|
||||
'export' => [
|
||||
'export' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('export'),
|
||||
],
|
||||
'database' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('database'),
|
||||
],
|
||||
|
||||
'ftp' => [
|
||||
'driver' => 'ftp',
|
||||
|
Reference in New Issue
Block a user