- flake.nix: Elixir 1.18.4 / OTP 27 / Node 22 dev shell - .envrc: use flake - config/config.exs: move fetch_env! to runtime.exs (compile-time safe) - config/runtime.exs: all secrets loaded at runtime via env vars - mix.lock: generated after mix deps.get - All 3 apps compile cleanly Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
13 lines
520 B
Text
13 lines
520 B
Text
{<<"links">>,
|
|
[{<<"GitHub">>,<<"https://github.com/phoenixframework/dns_cluster">>}]}.
|
|
{<<"name">>,<<"dns_cluster">>}.
|
|
{<<"version">>,<<"0.1.3">>}.
|
|
{<<"description">>,<<"Simple DNS clustering for distributed Elixir nodes">>}.
|
|
{<<"elixir">>,<<"~> 1.11">>}.
|
|
{<<"app">>,<<"dns_cluster">>}.
|
|
{<<"licenses">>,[<<"MIT">>]}.
|
|
{<<"files">>,
|
|
[<<"lib">>,<<"lib/dns_cluster.ex">>,<<"CHANGELOG.md">>,<<"LICENSE.md">>,
|
|
<<"mix.exs">>,<<"README.md">>,<<".formatter.exs">>]}.
|
|
{<<"requirements">>,[]}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|