Skip to content

Commit e0140f8

Browse files
author
d52b8
authored
Fix connection config in README.md (#311)
1 parent b453773 commit e0140f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ return [
5151
'components' => [
5252
'mongodb' => [
5353
'class' => '\yii\mongodb\Connection',
54-
'dsn' => 'mongodb://@localhost:27017/mydatabase',
54+
'dsn' => 'mongodb://localhost:27017/mydatabase',
5555
'options' => [
5656
"username" => "Username",
5757
"password" => "Password"

0 commit comments

Comments
 (0)