Files
HaimKortovich f566d04a04
All checks were successful
Build and Publish / build-release (push) Successful in 4m46s
init commit
2026-04-15 15:31:56 -05:00

6 lines
123 B
Elixir

defmodule ProviderService.Repo do
use Ecto.Repo,
otp_app: :provider_service,
adapter: Ecto.Adapters.Postgres
end