Skip to content

Commit

Permalink
Allow setting engine from .env
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanThompson committed Nov 12, 2016
1 parent f9f7a3b commit a4052ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Expand Up @@ -63,7 +63,7 @@
'collation' => 'utf8_unicode_ci',
'prefix' => env('DB_PREFIX', ''),
'strict' => false,
'engine' => null,
'engine' => env('DB_ENGINE'),
],

'pgsql' => [
Expand Down

0 comments on commit a4052ce

Please sign in to comment.