Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #311

Merged
merged 1 commit into from
Jun 10, 2020
Merged

Update README.md #311

merged 1 commit into from
Jun 10, 2020

Conversation

d52b8
Copy link
Contributor

@d52b8 d52b8 commented May 31, 2020

Эта конфигурация не работает.

Логин/пароль задается

  • либо в dsn через @, например mongodb://Username:Password@localhost:27017/mydatabase
  • либо в свойстве options
'options' => [
    "username" => "Username",
    "password" => "Password"
]

если оставить dsn c пустым @ не работает, а логин/пароль указать через options не работает

Q A
Is bugfix? no
New feature? no
Breaks BC? no
Tests pass? no
Fixed issues no

Эта конфигурация не работает.

Логин/пароль задается 

* либо в dsn через  `@`, например `mongodb://Username:Password@localhost:27017/mydatabase` 
* либо в свойстве `options`

```
            'options' => [
                "username" => "Username",
                "password" => "Password"
            ]
```
если оставить dsn c пустым `@` не работает
@samdark samdark added the type:docs Documentation label May 31, 2020
@samdark samdark merged commit e0140f8 into yiisoft:master Jun 10, 2020
@samdark
Copy link
Member

samdark commented Jun 10, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:docs Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants