Update the configuration for flysystem.
This commit is contained in:
parent
7972d517ce
commit
b556779532
@ -100,7 +100,7 @@ class Bootstrap
|
||||
],
|
||||
'filesystem' => [
|
||||
'type' => 'local',
|
||||
'location' => '/var/slovocast/data'
|
||||
'location' => '/var/www/slovocast/data'
|
||||
]
|
||||
]);
|
||||
|
||||
|
@ -11,7 +11,7 @@ class FileSystemSchema
|
||||
{
|
||||
return Expect::structure([
|
||||
'type' => Expect::anyOf([ 'local', 's3' ])->default('local'),
|
||||
'location' => Expect::string()->default('/var/slovocast/data')->required(),
|
||||
'location' => Expect::string()->default('/var/www/slovocast/data')->required(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user