From c4d77b9133a87be718fcdbbf7c0ccc24a753b8d1 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Fri, 17 May 2024 17:38:18 +0530 Subject: [PATCH] Update packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .../docs/100.data-sources/020.connect-to-data-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md b/packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md index 11d2217851..82fc5f9188 100644 --- a/packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md +++ b/packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md @@ -34,7 +34,7 @@ To connect to an external data source, follow the steps below: Example: In PostgreSQL when SSL mode set to "Required-Identity," if the server certificate's common name (cname) differs from the actual DNS/IP used for connection, the connection will fail.\ To resolve, add "servername" property with same cname value under the SSL section. Additional details are available at [knex configuration options](https://knexjs.org/guide/#configuration-options). -6. Click on `Test Database Connection` button to verify the connection +6. Click on the `Test Database Connection` button to verify the connection 7. Wait for the connection to be verified. - After test is successful, `Counnect to Data Source` button will be enabled. - Click on `Connect to Data Source` button to save the data source.