init pheonix
This commit is contained in:
commit
6148b48275
48 changed files with 2864 additions and 0 deletions
5
lib/zoeyscomputer/repo.ex
Normal file
5
lib/zoeyscomputer/repo.ex
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
defmodule Zoeyscomputer.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :zoeyscomputer,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue