lib/core/repo.ex

defmodule Legendary.Core.Repo do
  use Ecto.Repo,
    otp_app: :core,
    adapter: Ecto.Adapters.Postgres
end