Skip to content

Commit

Permalink
feat(plugin-mongodb): Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gervwyk committed Oct 4, 2023
1 parent 5f5cca1 commit 4d2e03d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/docs/connections/MongoDB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ _ref:
- `read: boolean`: Default: `true` - Allow read operations like find on the collection.
- `write: boolean`: Default: `false` - Allow write operations like update on the collection.
- `options: object`: See the [driver documentation](https://mongodb.github.io/node-mongodb-native/4.0/interfaces/mongoclientoptions.html) for more information.
- `logCollection: object`: Optional log collection for logging changes.
- `collection: string`: __Required__ - The name of the MongoDB log collection.
- `meta: object`: Optional attributes object for user and other information.
#### Examples
Expand Down

0 comments on commit 4d2e03d

Please sign in to comment.