mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +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
|