Skip to content

Commit

Permalink
Merge pull request #261 from supabase/bo/docs/clickhouse-secure-conn
Browse files Browse the repository at this point in the history
docs(clickhouse): add `secure=true` for ClickHouse connection string example
  • Loading branch information
burmecia authored May 15, 2024
2 parents 0fa48df + 6b06d51 commit 2d78c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ We need to provide Postgres with the credentials to connect to ClickHouse, and a
Some connection string examples:

- `tcp://user:password@host:9000/clicks?compression=lz4&ping_timeout=42ms`
- `tcp://default:PASSWORD@abc.eu-west-1.aws.clickhouse.cloud:9440/default?connection_timeout=30s&ping_before_query=false`
- `tcp://default:PASSWORD@abc.eu-west-1.aws.clickhouse.cloud:9440/default?connection_timeout=30s&ping_before_query=false&secure=true`

Check [more connection string parameters](https://github.com/suharev7/clickhouse-rs#dns).

Expand Down

0 comments on commit 2d78c9f

Please sign in to comment.