]> BookStack Code Mirror - bookstack/blob - config/snappy.php
Updated Swedish translation
[bookstack] / config / snappy.php
1 <?php
2
3 return [
4     'pdf' => [
5         'enabled' => true,
6         'binary'  => file_exists(base_path('wkhtmltopdf')) ? base_path('wkhtmltopdf') : env('WKHTMLTOPDF', false),
7         'timeout' => false,
8         'options' => [],
9         'env'     => [],
10     ],
11     'image' => [
12         'enabled' => false,
13         'binary'  => '/usr/local/bin/wkhtmltoimage',
14         'timeout' => false,
15         'options' => [],
16         'env'     => [],
17     ],
18 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.