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