live_beats/lib/live_beats/repo.ex

6 lines
111 B
Elixir
Raw Normal View History

2021-09-02 18:00:57 +00:00
defmodule LiveBeats.Repo do
use Ecto.Repo,
otp_app: :live_beats,
adapter: Ecto.Adapters.Postgres
end