This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Watch
1
Star
0
Fork
You've already forked pixelfed
1
Code
Issues
Releases
Wiki
Activity
f999424751
pixelfed
/
config
/
media.php
8 lines
87 B
PHP
Raw
Normal View
History
Unescape
Escape
Add new config
2019-06-18 04:15:36 +00:00
<
?
php
return
[
'exif'
=>
[
'database'
=>
env
(
'MEDIA_EXIF_DATABASE'
,
false
),
],
Update media.php
2020-02-13 09:13:29 +00:00
];