Skip to content

Commit

Permalink
DEV: add env variable for profile_photo_disk
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothkannans committed Nov 6, 2024
1 parent 289aa50 commit 505cb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jetstream.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
|
*/

'profile_photo_disk' => 'public',
'profile_photo_disk' => env('PROFILE_PHOTO_DISK', 'public'),

];

0 comments on commit 505cb3f

Please sign in to comment.