We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a5468 commit f7fa868Copy full SHA for f7fa868
docs/connect/erlang/epgsql.md
@@ -41,13 +41,15 @@ start() ->
41
init:stop().
42
```
43
44
-:::{rubric} CrateDB Cloud
+:::{rubric} SSL connection
45
:::
46
47
-For connecting to CrateDB Cloud, start the Erlang [SSL application] first,
+Start the Erlang [SSL application] first,
48
use the `ssl` and `ssl_opts` arguments on `epgsql:connect`, and
49
replace username, password, and hostname with values matching
50
your environment.
51
+
52
+This variant is suitable for connecting to CrateDB Cloud.
53
```erlang
54
start() ->
55
ssl:start(),
0 commit comments