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