Skip to content

Commit

Permalink
fix: fix table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnes Lin committed Jun 3, 2020
1 parent a178485 commit 9786829
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,19 @@ const config = {
};
```

<details><summary markdown="span"><strong>For LoopBack 3 users</strong></summary>

```javascript
"mydb": {
"connector": "mongodb",
"host": "myserver",
"database": "test",
"protocol": "mongodb+srv"
}
```

</details>

Note: the port is not specified when using the `mongodb+srv` protocol and will be ignored if given.

## Security Considerations
Expand Down

0 comments on commit 9786829

Please sign in to comment.