Files
animethemes-server/config/image.php
T
paranarimasu 5f915c86ea Local filesystem streaming (#431)
* feat: support streaming from local filesystems

* style: fix StyleCI findings
2022-08-09 18:54:43 -05:00

19 lines
421 B
PHP

<?php
declare(strict_types=1);
return [
/*
|--------------------------------------------------------------------------
| Image Disk
|--------------------------------------------------------------------------
|
| The filesystem disk where images are hosted. By default, it is assumed
| that images are hosted in an S3-like bucket.
|
*/
'disk' => env('IMAGE_DISK', 'images'),
];