mirror of
https://github.com/filegator/filegator.git
synced 2025-08-27 05:14:56 +02:00
storage config simplified
This commit is contained in:
@@ -52,14 +52,11 @@ return [
|
||||
'handler' => '\Filegator\Services\Storage\Filesystem',
|
||||
'config' => [
|
||||
'separator' => '/',
|
||||
'filesystem_adapter' => 'localfilesystem',
|
||||
'adapters' => [
|
||||
'localfilesystem' => function () {
|
||||
return new \League\Flysystem\Adapter\Local(
|
||||
TEST_REPOSITORY
|
||||
);
|
||||
},
|
||||
],
|
||||
'adapter' => function () {
|
||||
return new \League\Flysystem\Adapter\Local(
|
||||
TEST_REPOSITORY
|
||||
);
|
||||
},
|
||||
],
|
||||
],
|
||||
'Filegator\Services\Auth\AuthInterface' => [
|
||||
|
Reference in New Issue
Block a user