mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-12 13:27:41 +00:00
elixir phoenix example
This commit is contained in:
@@ -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