Current section

Files

Jump to
pageantry lib app repo.ex
Raw

lib/app/repo.ex

defmodule App.Repo do
@moduledoc false
use Ecto.Repo,
otp_app: :pageantry,
adapter: Ecto.Adapters.Postgres
end