From 3ff2fed9bfa669ce01da38c177e86f446629705b Mon Sep 17 00:00:00 2001 From: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Date: Tue, 30 Mar 2021 14:57:18 +0900 Subject: [PATCH] Add MongoDB configuration docs (#1796) **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Does this PR introduce a user-facing change?**: ```release-note NONE ``` This PR was merged by Kapetanios. --- .../control-plane/configuration-reference.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/content/en/docs/operator-manual/control-plane/configuration-reference.md b/docs/content/en/docs/operator-manual/control-plane/configuration-reference.md index 095da762e1..06d9ae43c4 100644 --- a/docs/content/en/docs/operator-manual/control-plane/configuration-reference.md +++ b/docs/content/en/docs/operator-manual/control-plane/configuration-reference.md @@ -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 |