refactor: add elixir + phoenix skeleton
This commit is contained in:
5
lib/components_elixir/repo.ex
Normal file
5
lib/components_elixir/repo.ex
Normal file
@@ -0,0 +1,5 @@
|
||||
defmodule ComponentsElixir.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :components_elixir,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
||||
Reference in New Issue
Block a user