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

8 lines
87 B
PHP
Raw Normal View History

2019-06-18 04:15:36 +00:00
<?php
return [
'exif' => [
'database' => env('MEDIA_EXIF_DATABASE', false),
],
2020-02-13 09:13:29 +00:00
];