6 lines
129 B
Elixir
6 lines
129 B
Elixir
|
|
defmodule EzcontainerRailway.Repo do
|
||
|
|
use Ecto.Repo,
|
||
|
|
otp_app: :ezcontainer_railway,
|
||
|
|
adapter: Ecto.Adapters.Postgres
|
||
|
|
end
|