mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
6 lines
110 B
Elixir
6 lines
110 B
Elixir
defmodule TeslaMate.Repo do
|
|
use Ecto.Repo,
|
|
otp_app: :teslamate,
|
|
adapter: Ecto.Adapters.Postgres
|
|
end
|