Major updates
This commit is contained in:
24
config/snappy.php
Normal file
24
config/snappy.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
|
||||
'pdf' => array(
|
||||
'enabled' => true,
|
||||
'binary' => '/usr/bin/wkhtmltopdf --print-media-type --dpi 72',
|
||||
'timeout' => false,
|
||||
'options' => array(
|
||||
'print-media-type' => true
|
||||
),
|
||||
'env' => array(),
|
||||
),
|
||||
'image' => array(
|
||||
'enabled' => true,
|
||||
'binary' => '/usr/local/bin/wkhtmltoimage',
|
||||
'timeout' => false,
|
||||
'options' => array(),
|
||||
'env' => array(),
|
||||
),
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user