19 lines
461 B
PHP
19 lines
461 B
PHP
<?php
|
|
|
|
return [
|
|
'pdf' => array(
|
|
'enabled' => true,
|
|
'binary' => '/var/www/html/vendor/bin/wkhtmltopdf-amd64',
|
|
'timeout' => false,
|
|
'options' => array('print-media-type' => true),
|
|
'env' => array(),
|
|
),
|
|
|
|
'image' => array(
|
|
'enabled' => true,
|
|
'binary' => '/var/www/html/vendor/bin/wkhtmltoimage',
|
|
'timeout' => false,
|
|
'options' => array(),
|
|
'env' => array(),
|
|
),
|
|
]; |