Elixir version
1.19.5
Database and Version
PostgreSQL 16.4
Ecto Versions
3.13.5
Database Adapter and Versions (postgrex, myxql, etc)
postgrex 0.22.0
Current behavior
Ecto.Repo.Supervisor.start_child leaks credentials.
Expected behavior
I believe it would be important to always wrap configuration in a structure like what was done for elixir-ecto/db_connection#340.
Elixir version
1.19.5
Database and Version
PostgreSQL 16.4
Ecto Versions
3.13.5
Database Adapter and Versions (postgrex, myxql, etc)
postgrex 0.22.0
Current behavior
Ecto.Repo.Supervisor.start_child leaks credentials.
Expected behavior
I believe it would be important to always wrap configuration in a structure like what was done for elixir-ecto/db_connection#340.