mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-27 01:11:39 -06:00
12 lines
186 B
PHP
12 lines
186 B
PHP
<?php
|
|
return [
|
|
|
|
'phpwkhtmltopdf' => [
|
|
'images' => [
|
|
'binary' => 'bin/wkhtmltoimage',
|
|
'files_location' => 'data/cache/previews',
|
|
],
|
|
],
|
|
|
|
];
|