mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
New file systems.
This commit is contained in:
@@ -48,6 +48,15 @@ return [
|
|||||||
'root' => storage_path('app'),
|
'root' => storage_path('app'),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'upload' => [
|
||||||
|
'driver' => 'local',
|
||||||
|
'root' => storage_path('upload'),
|
||||||
|
],
|
||||||
|
'export' => [
|
||||||
|
'driver' => 'local',
|
||||||
|
'root' => storage_path('export'),
|
||||||
|
],
|
||||||
|
|
||||||
'ftp' => [
|
'ftp' => [
|
||||||
'driver' => 'ftp',
|
'driver' => 'ftp',
|
||||||
'host' => 'ftp.example.com',
|
'host' => 'ftp.example.com',
|
||||||
|
Reference in New Issue
Block a user