| @@ -7,7 +7,7 @@ | ||
| 7 | 7 | return [ | 
| 8 | 8 | 'sqlite' => [ | 
| 9 | 9 | 'driver' => 'sqlite', | 
| 10 | - 'prefix' => 'prefix_', // optional, default: is empty | |
| 10 | + 'prefix' => 'prefix_', // optional, default: is empty | |
| 11 | 11 | |
| 12 | 12 | /** | 
| 13 | 13 | * You also can work with "in memory" sqlite database, | 
| @@ -13,12 +13,12 @@ | ||
| 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', | 
| 21 | - 'prefix' => 'prefix_', // optional, default: is empty | |
| 21 | + 'prefix' => 'prefix_', // optional, default: is empty | |
| 22 | 22 | 'client_encoding' => 'UTF8' // optional, default: your local configuration | 
| 23 | 23 | ], | 
| 24 | 24 | ]; | 
| @@ -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 | - 'prefix' => 'prefix_', // optional, default: is empty | |
| 16 | - 'collation' => 'utf8_unicode_ci', // optional, default: utf8_unicode_ci | |
| 17 | - 'charset' => 'utf8', // optional, default: utf8 | |
| 15 | + 'prefix' => 'prefix_', // optional, default: is empty | |
| 16 | + 'collation' => 'utf8_unicode_ci', // optional, default: utf8_unicode_ci | |
| 17 | + 'charset' => 'utf8', // optional, default: utf8 | |
| 18 | 18 | ], | 
| 19 | 19 | ]; | 
| @@ -8,8 +8,8 @@ | ||
| 8 | 8 | return [ | 
| 9 | 9 | 'default' => [ | 
| 10 | 10 | 'driver' => 'mongodb', | 
| 11 | - 'host' => '127.0.0.1', // optional, default: 127.0.0.1 | |
| 12 | - 'port' => '27017', // optional, default: 27017 | |
| 11 | + 'host' => '127.0.0.1', // optional, default: 127.0.0.1 | |
| 12 | + 'port' => '27017', // optional, default: 27017 | |
| 13 | 13 | 'prefix' => 'prefix_', | 
| 14 | 14 | ], | 
| 15 | 15 | ]; |