From cd3f9e6f3043cfd2522e490fcfc1829e537bcdb2 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Wed, 19 Jun 2024 17:26:48 -0500 Subject: [PATCH] Use only ssl_opts --- config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index b6be26f..670f82c 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -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