Skip to content

Commit

Permalink
Use only ssl_opts
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jun 19, 2024
1 parent 2c25762 commit cd3f9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if config_env() == :prod do
maybe_ipv6 = if System.get_env("ECTO_IPV6") in ~w(true 1), do: [:inet6], else: []

config :phoenix_container_example, PhoenixContainerExample.Repo,
ssl: true,
# ssl: true,
url: database_url,
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"),
# https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
Expand Down

0 comments on commit cd3f9e6

Please sign in to comment.