Files
frajtano/config/runtime.exs
2024-09-20 15:29:11 +01:00

7 lines
236 B
Elixir

import Config
config :frajtano,
listen_path: Path.expand(System.get_env("FRAJTANO_DIR")) |> Path.join("agent.sock"),
initial_peers: System.get_env("FRAJTANO_PEERS") |> String.split(":") |> Enum.map(&Path.expand/1)