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

6 lines
106 B
Elixir
Raw Normal View History

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