Skip to content

Commit

Permalink
Merge pull request #50 from timrspratt/patch-1
Browse files Browse the repository at this point in the history
allow engine to be changed using env
  • Loading branch information
sebastiandedeyne authored Nov 20, 2019
2 parents d36ad60 + af727f0 commit 7aa7d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ssr.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* up some extra configuration below. If you want to use the V8 engine, make
* sure the v8js php extension is available.
*/
'engine' => \Spatie\Ssr\Engines\Node::class,
'engine' => env('SSR_ENGINE', \Spatie\Ssr\Engines\Node::class),

/*
* Extra setup for the Node engine.
Expand Down

0 comments on commit 7aa7d83

Please sign in to comment.