Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Add more client options into config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjosh committed Dec 23, 2017
1 parent dff2253 commit ba11de2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@
return [

// phantomjs binary path
'binary_path' => 'bin/phantomjs'
'binary_path' => 'bin/phantomjs',

// phantomjs run options
'options' => [],

// phantomjs debug mode
'debug' => false,

// phantomjs cache mode
'cache' => true
];

0 comments on commit ba11de2

Please sign in to comment.