Skip to content
Snippets Groups Projects
Commit 7784c92f authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

revert pdf config

parent 3ea7ce39
No related branches found
No related tags found
No related merge requests found
Pipeline #29743 passed
......@@ -34,7 +34,7 @@
'pdf' => [
'enabled' => true,
'binary' => env('WKHTML_PDF_BINARY', base_path('vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64')),
'binary' => env('WKHTML_PDF_BINARY', '/usr/local/bin/wkhtmltopdf'),
'timeout' => false,
'options' => [],
'env' => [],
......@@ -42,7 +42,7 @@
'image' => [
'enabled' => true,
'binary' => env('WKHTML_IMG_BINARY', base_path('vendor/h4cc/wkhtmltoimage-amd64/bin/wkhtmltoimage-amd64')),
'binary' => env('WKHTML_IMG_BINARY', '/usr/local/bin/wkhtmltoimage'),
'timeout' => false,
'options' => [],
'env' => [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment