We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194488f commit 47836e9Copy full SHA for 47836e9
lib/postgrex.ex
@@ -156,12 +156,12 @@ defmodule Postgrex do
156
{:ok, #PID<0.69.0>}
157
158
## SSL client authentication
159
-
+
160
When connecting to CockroachDB instances running in secure mode it is idiomatic to use
161
client SSL certificate authentication.
162
163
An example of Repository configuration:
164
165
config :app, App.Repo,
166
ssl: String.to_existing_atom(System.get_env("DB_SSL_ENABLED", "true")),
167
ssl_opts: [
0 commit comments