legendary-doc-site/apps/content/lib/content/repo.ex

6 lines
116 B
Elixir
Raw Normal View History

defmodule Legendary.Content.Repo do
2020-07-20 22:04:04 +00:00
use Ecto.Repo,
otp_app: :content,
adapter: Ecto.Adapters.Postgres
end