fix ecto bug related to pg_bouncer
This commit is contained in:
@ -34,7 +34,8 @@ if config_env() == :prod do
|
|||||||
# ssl: true,
|
# ssl: true,
|
||||||
url: database_url,
|
url: database_url,
|
||||||
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"),
|
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.
|
# 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
|
# A default value is used in config/dev.exs and config/test.exs but you
|
||||||
|
Reference in New Issue
Block a user