@@ -13,8 +13,8 @@ |
||
| 13 | 13 | return [ |
| 14 | 14 | 'pgsql' => [ |
| 15 | 15 | 'driver' => 'pgsql', |
| 16 | - 'host' => '127.0.0.1', // optional, default: 127.0.0.1 |
|
| 17 | - 'port' => '5432', // optional, default: 5432 |
|
| 16 | + 'host' => '127.0.0.1', // optional, default: 127.0.0.1 |
|
| 17 | + 'port' => '5432', // optional, default: 5432 |
|
| 18 | 18 | 'username' => 'admin', |
| 19 | 19 | 'password' => 'admin_pass', |
| 20 | 20 | 'dbname' => 'database', |
@@ -7,13 +7,13 @@ |
||
| 7 | 7 | return [ |
| 8 | 8 | 'mysql' => [ |
| 9 | 9 | 'driver' => 'mysql', |
| 10 | - 'host' => '127.0.0.1', // optional, default: 127.0.0.1 |
|
| 11 | - 'port' => '3306', // optional, default: 3306 |
|
| 10 | + 'host' => '127.0.0.1', // optional, default: 127.0.0.1 |
|
| 11 | + 'port' => '3306', // optional, default: 3306 |
|
| 12 | 12 | 'username' => 'admin', |
| 13 | 13 | 'password' => 'admin_pass', |
| 14 | 14 | 'dbname' => 'database', |
| 15 | 15 | 'prefix' => 'prefix_', |
| 16 | - 'collation' => 'utf8_unicode_ci', // optional, default: utf8_unicode_ci |
|
| 17 | - 'charset' => 'utf8', // optional, default: utf8 |
|
| 16 | + 'collation' => 'utf8_unicode_ci', // optional, default: utf8_unicode_ci |
|
| 17 | + 'charset' => 'utf8', // optional, default: utf8 |
|
| 18 | 18 | ], |
| 19 | 19 | ]; |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | return [ |
| 4 | 4 | 'default' => [ |
| 5 | 5 | 'driver' => 'pgsql', |
| 6 | - 'host' => '127.0.0.1', // optional, default: 127.0.0.1 |
|
| 7 | - 'port' => '5432', // optional, default: 5432 |
|
| 6 | + 'host' => '127.0.0.1', // optional, default: 127.0.0.1 |
|
| 7 | + 'port' => '5432', // optional, default: 5432 |
|
| 8 | 8 | 'username' => 'admin', |
| 9 | 9 | 'password' => 'admin_pass', |
| 10 | 10 | 'dbname' => 'database', |