1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 16:24:29 +00:00
pixelfed/config/media.php
2020-02-13 17:16:55 +08:00

7 lines
87 B
PHP

<?php
return [
'exif' => [
'database' => env('MEDIA_EXIF_DATABASE', false),
],
];