intisync.ex/lib/intisync/repo.ex
Victor Martinez 388ee90bb3 first commit
2024-03-23 16:20:44 +01:00

5 lines
108 B
Elixir

defmodule Intisync.Repo do
use Ecto.Repo,
otp_app: :intisync,
adapter: Ecto.Adapters.Postgres
end