@@ -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 | ]; |