ezcontainer_example/lib/ezcontainer_railway/repo.ex

6 lines
129 B
Elixir
Raw Normal View History

2023-10-24 23:23:57 -04:00
defmodule EzcontainerRailway.Repo do
use Ecto.Repo,
otp_app: :ezcontainer_railway,
adapter: Ecto.Adapters.Postgres
end