diff --git a/developer-docs/latest/concepts/configurations.md b/developer-docs/latest/concepts/configurations.md index 42157ae0e8..16695e4ac5 100644 --- a/developer-docs/latest/concepts/configurations.md +++ b/developer-docs/latest/concepts/configurations.md @@ -507,6 +507,7 @@ You can find [supported database and versions](../installation/cli.md#databases) - `uri` (string): This can overide all previous configurations - _optional_ - `options` Options used for database connection. - `ssl` (boolean): For ssl database connection. + - `sslCA` (string): Pass content (not filepath!) of server's root CA for ssl connection. - `debug` (boolean): Show database exchanges and errors. - `authenticationDatabase` (string): Connect with authentication.