Init git repo
This commit is contained in:
commit
e6e4472b94
27 changed files with 814 additions and 0 deletions
5
lib/matrix_server/repo.ex
Normal file
5
lib/matrix_server/repo.ex
Normal file
|
@ -0,0 +1,5 @@
|
|||
defmodule MatrixServer.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :matrix_server,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue