Skip to content

Commit 6994acc

Browse files
authored
docs: Update using-ssl-connections-to-data-source.mdx
1 parent a2863da commit 6994acc

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

docs/content/Examples-Tutorials-Recipes/Recipes/Data-sources/using-ssl-connections-to-data-source.mdx

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ subCategory: Data sources
66
menuOrder: 3
77
---
88

9-
Cube supports SSL-encrypted connections for:
10-
11-
- [ClickHouse][ref-config-db-clickhouse]
12-
- [MongoDB][ref-config-db-mongodb]
13-
- [MS SQL][ref-config-db-mssql]
14-
- [MySQL][ref-config-db-mysql]
15-
- [Postgres][ref-config-db-postgres]
9+
Cube supports SSL-encrypted connections to various data sources.
10+
Please check the documentation for a particular [data source][ref-config-db]
11+
for specific instructions.
1612

1713
## Cube Core
1814

@@ -91,10 +87,6 @@ Add the following environment variables:
9187

9288
[nodejs-docs-tls-options]:
9389
https://nodejs.org/docs/latest/api/tls.html#tls_tls_createsecurecontext_options
94-
[ref-config-db-clickhouse]: /config/databases/clickhouse
95-
[ref-config-db-mongodb]: /config/databases/mongodb
96-
[ref-config-db-mssql]: /config/databases/mssql
97-
[ref-config-db-mysql]: /config/databases/mysql
98-
[ref-config-db-postgres]: /config/databases/postgres
90+
[ref-config-db]: /config/databases
9991
[ref-env-var]: /reference/environment-variables
10092

0 commit comments

Comments
 (0)