mirror of
https://github.com/shlinkio/shlink.git
synced 2025-04-04 15:55:43 +03:00
12 lines
202 B
PHP
12 lines
202 B
PHP
<?php
|
|
return [
|
|
|
|
'phpwkhtmltopdf' => [
|
|
'files_location' => 'data/cache',
|
|
'images' => [
|
|
'binary' => 'bin/wkhtmltoimage',
|
|
'type' => 'jpg',
|
|
],
|
|
],
|
|
|
|
];
|