mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 05:22:44 +01:00
Fixed storage env
This commit is contained in:
@@ -77,6 +77,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'profile_photo_disk' => env('PROFILE_PHOTO_DISK', 's3'),
|
||||
'profile_photo_disk' => env('PROFILE_PHOTO_DISK', env('PUBLIC_FILESYSTEM_DISK', 'public')),
|
||||
|
||||
];
|
||||
|
||||
@@ -67,6 +67,11 @@ return [
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'stderr_daily' => [
|
||||
'driver' => 'stack',
|
||||
'channels' => ['stderr', 'daily'],
|
||||
],
|
||||
|
||||
'stack_production' => [
|
||||
'driver' => 'stack',
|
||||
'channels' => ['stderr', 'sentry'],
|
||||
|
||||
Reference in New Issue
Block a user