meta/lib/recycledcloud/repo.ex

6 lines
118 B
Elixir
Raw Normal View History

2020-12-15 08:45:34 +01:00
defmodule RecycledCloud.Repo do
use Ecto.Repo,
otp_app: :recycledcloud,
adapter: Ecto.Adapters.Postgres
end