Commit 6eeeb6d1 by Paul Klimov

Mongo test config fixed.

parent 38df3684
...@@ -51,7 +51,7 @@ return [ ...@@ -51,7 +51,7 @@ return [
], ],
'mongo' => [ 'mongo' => [
'dsn' => 'mongodb://travis:test@localhost:27017', 'dsn' => 'mongodb://travis:test@localhost:27017',
'dbName' => 'yii2test', 'defaultDatabaseName' => 'yii2test',
'options' => [], 'options' => [],
] ]
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment