Browse Source

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>
nc-refactor/ds
Raju Udava 1 month ago committed by GitHub
parent
commit
c4d77b9133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md

2
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.

Loading…
Cancel
Save