Skip to content

Commit f7fa868

Browse files
matrivamotl
authored andcommitted
Connect/Erlang/epgsql: Wording adjustments for CrateDB Cloud option
1 parent b3a5468 commit f7fa868

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/connect/erlang/epgsql.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ start() ->
4141
init:stop().
4242
```
4343

44-
:::{rubric} CrateDB Cloud
44+
:::{rubric} SSL connection
4545
:::
4646

47-
For connecting to CrateDB Cloud, start the Erlang [SSL application] first,
47+
Start the Erlang [SSL application] first,
4848
use the `ssl` and `ssl_opts` arguments on `epgsql:connect`, and
4949
replace username, password, and hostname with values matching
5050
your environment.
51+
52+
This variant is suitable for connecting to CrateDB Cloud.
5153
```erlang
5254
start() ->
5355
ssl:start(),

0 commit comments

Comments
 (0)