Packages

Generators for Elixir apps using Dotenvy for config including variants of the phx_new generators

Current section

Files

Jump to
dotenvy_generators templates phx_ecto repo.ex
Raw

templates/phx_ecto/repo.ex

defmodule <%= @app_module %>.Repo do
use Ecto.Repo,
otp_app: :<%= @app_name %>,
adapter: <%= inspect @adapter_module %>
end