Set default db driver to be pgsql. [skip ci]

This commit is contained in:
James Cole 2017-04-27 02:40:57 +02:00
parent 26ceb9e3be
commit 82fd0c4d37
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -27,7 +27,7 @@ if (!($databaseUrl === false)) {
return [
'fetch' => PDO::FETCH_OBJ,
'default' => env('DB_CONNECTION', 'sqlite'),
'default' => env('DB_CONNECTION', 'pgsql'),
'connections' => [
'sqlite' => [
'driver' => 'sqlite',