Skip to content

Commit

Permalink
Add MongoDB configuration docs (#1796)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:

Fixes #

**Does this PR introduce a user-facing change?**:
<!--
If no, just write "NONE" in the release-note block below.
-->
```release-note
NONE
```

This PR was merged by Kapetanios.
  • Loading branch information
khanhtc1202 authored Mar 30, 2021
1 parent d3396f3 commit 3ff2fed
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ Must be one of the following objects:
| passwordFile | string | Path to the file containing the password. | No |


### DataStoreMongoDBConfig

> Note: `deprecated` feature (please use `Firestore` or `MySQL` instead)
| Field | Type | Description | Required |
|-|-|-|-|
| url | string | The address to MongoDB server. | Yes |
| database | string | The name of database. | Yes |
| usernameFile | string | The path to the username file. | No |
| passwordFile | string | The path to the password file. | No |


## FileStore

| Field | Type | Description | Required |
Expand Down

0 comments on commit 3ff2fed

Please sign in to comment.