We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b453773 commit e0140f8Copy full SHA for e0140f8
README.md
@@ -51,7 +51,7 @@ return [
51
'components' => [
52
'mongodb' => [
53
'class' => '\yii\mongodb\Connection',
54
- 'dsn' => 'mongodb://@localhost:27017/mydatabase',
+ 'dsn' => 'mongodb://localhost:27017/mydatabase',
55
'options' => [
56
"username" => "Username",
57
"password" => "Password"
0 commit comments