mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 17:07:33 +08:00
Mongo test config fixed.
This commit is contained in:
@ -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' => [],
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user