initial commit
This commit is contained in:
5
lib/cannery/repo.ex
Normal file
5
lib/cannery/repo.ex
Normal file
@@ -0,0 +1,5 @@
|
||||
defmodule Cannery.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :cannery,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
||||
Reference in New Issue
Block a user