Current section
Files
Jump to
Current section
Files
lib/application_auth/repo.ex
defmodule ApplicationAuth.Repo do
use Ecto.Repo,
otp_app: :application_auth,
adapter: Ecto.Adapters.Postgres
end