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.
ssl
ssl_opts
1 parent 1087775 commit 72fd93dCopy full SHA for 72fd93d
lib/strategy.ex
@@ -32,6 +32,8 @@ defmodule LibclusterPostgres.Strategy do
32
password: Keyword.fetch!(state.config, :password),
33
database: Keyword.fetch!(state.config, :database),
34
port: Keyword.fetch!(state.config, :port),
35
+ ssl: Keyword.get(state.config, :ssl),
36
+ ssl_opts: Keyword.get(state.config, :ssl_opts),
37
parameters: Keyword.fetch!(state.config, :parameters),
38
channel_name: channel_name
39
]
0 commit comments