From 283e25178be9dac4a6407376f0299e9379bfa4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Diedrich?= Date: Thu, 19 Dec 2024 15:07:55 +0100 Subject: [PATCH] fix ecto bug related to pg_bouncer --- config/runtime.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index 81a8cb2..524b708 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -34,7 +34,8 @@ if config_env() == :prod do # ssl: true, url: database_url, pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"), - socket_options: maybe_ipv6 + socket_options: maybe_ipv6, + prepare: :unnamed # The secret key base is used to sign/encrypt cookies and other secrets. # A default value is used in config/dev.exs and config/test.exs but you