mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
8 lines
87 B
PHP
8 lines
87 B
PHP
<?php
|
|
|
|
return [
|
|
'exif' => [
|
|
'database' => env('MEDIA_EXIF_DATABASE', false),
|
|
],
|
|
];
|