mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add email lists
This commit is contained in:
@@ -42,15 +42,21 @@ return [
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
'lists' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/lists'),
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
'url' => env('APP_URL').'/storage',
|
||||
'url' => env('APP_URL') . '/storage',
|
||||
'visibility' => 'public',
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
'publicDisk' => [
|
||||
'publicDisk' => [
|
||||
'driver' => 'local',
|
||||
'root' => public_path(),
|
||||
'throw' => false,
|
||||
|
||||
Reference in New Issue
Block a user