Ecto.Repo.config
You're seeing just the callback
config
, go back to Ecto.Repo module for more information.
Specs
config() :: Keyword.t()
Returns the adapter configuration stored in the :otp_app
environment.
If the init/2
callback is implemented in the repository,
it will be invoked with the first argument set to :runtime
.