mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-26 17:28:56 +00:00
elixir phoenix example
This commit is contained in:
5
elixir-phoenix/lib/hello/repo.ex
Normal file
5
elixir-phoenix/lib/hello/repo.ex
Normal file
@@ -0,0 +1,5 @@
|
||||
defmodule Hello.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :hello,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
||||
Reference in New Issue
Block a user