Skip to content

Commit

Permalink
Merge pull request #58 from reed-jones/patch-1
Browse files Browse the repository at this point in the history
add temp path env variable
  • Loading branch information
freekmurze authored Mar 14, 2020
2 parents 0b04365 + dfc4667 commit 6c90457
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 @@ -32,7 +32,7 @@
*/
'node' => [
'node_path' => env('NODE_PATH', '/usr/local/bin/node'),
'temp_path' => storage_path('app/ssr'),
'temp_path' => env('SSR_TEMP_PATH', storage_path('app/ssr')),
],

/*
Expand Down

0 comments on commit 6c90457

Please sign in to comment.