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