This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
oleg
/
pixelfed
peilaus alkaen
https://github.com/pixelfed/pixelfed.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
read IMAGE_DRIVER from env
trwnh
5 vuotta sitten
vanhempi
58a9ca664c
commit
02e5abf3b3
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
config/image.php
+ 1
- 1
config/image.php
Näytä tiedosto
@@ -15,6 +15,6 @@ return [
|
*/
- 'driver' => 'gd',
+ 'driver' =>
env('IMAGE_DRIVER',
'gd'
)
,
];