Renamed S3 config variables; Added disk config for profile picture

This commit is contained in:
Constantin Graf
2024-04-29 19:22:42 +02:00
parent e7fde0695d
commit 94777814be
4 changed files with 18 additions and 18 deletions

View File

@@ -78,6 +78,6 @@ return [
|
*/
'profile_photo_disk' => 'public',
'profile_photo_disk' => env('PROFILE_PHOTO_DISK', 's3'),
];