[day-01] phoenix project setup
Create new phoenix project
This commit is contained in:
5
lib/wabanex/repo.ex
Normal file
5
lib/wabanex/repo.ex
Normal file
@@ -0,0 +1,5 @@
|
||||
defmodule Wabanex.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :wabanex,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
Reference in New Issue
Block a user