mirror of
https://codeberg.org/JasterV/intisync.ex.git
synced 2026-04-26 18:10:07 +00:00
5 lines
108 B
Elixir
5 lines
108 B
Elixir
defmodule Intisync.Repo do
|
|
use Ecto.Repo,
|
|
otp_app: :intisync,
|
|
adapter: Ecto.Adapters.Postgres
|
|
end
|