Permalink
Browse files
fix(db): Switcg to postgres
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
config/database.php
|
|
@@ -26,7 +26,7 @@ |
|
|
|
|
|
|
*/
|
|
|
|
|
|
- 'default' => env('DB_CONNECTION', 'mysql'),
|
|
|
+ 'default' => env('DB_CONNECTION', 'pgsql'),
|
|
|
|
|
|
/*
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
0 comments on commit
329536f