Init git repo

This commit is contained in:
Pim Kunis 2021-06-22 14:09:25 +02:00
commit e6e4472b94
27 changed files with 814 additions and 0 deletions

View file

@ -0,0 +1,5 @@
defmodule MatrixServer.Repo do
use Ecto.Repo,
otp_app: :matrix_server,
adapter: Ecto.Adapters.Postgres
end