This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
read IMAGE_DRIVER from env
trwnh
5 years ago
parent
58a9ca664c
commit
02e5abf3b3
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
config/image.php
+ 1
- 1
config/image.php
View File
@@ -15,6 +15,6 @@ return [
|
*/
- 'driver' => 'gd',
+ 'driver' =>
env('IMAGE_DRIVER',
'gd'
)
,
];