Save workspace changes
This commit is contained in:
7
.deploy/artwork-evolution-release/config/avatars.php
Normal file
7
.deploy/artwork-evolution-release/config/avatars.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'disk' => env('AVATAR_DISK', 's3'),
|
||||
'sizes' => [32, 64, 128, 256, 512],
|
||||
'quality' => (int) env('AVATAR_WEBP_QUALITY', 85),
|
||||
];
|
||||
Reference in New Issue
Block a user