Skip to content

Commit

Permalink
fix formatting (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhuntesl authored and josevalim committed Jul 27, 2021
1 parent 194488f commit 47836e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/postgrex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ defmodule Postgrex do
{:ok, #PID<0.69.0>}
## SSL client authentication
When connecting to CockroachDB instances running in secure mode it is idiomatic to use
client SSL certificate authentication.
An example of Repository configuration:
config :app, App.Repo,
ssl: String.to_existing_atom(System.get_env("DB_SSL_ENABLED", "true")),
ssl_opts: [
Expand Down

0 comments on commit 47836e9

Please sign in to comment.