Flake: HM module
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
import Config
|
||||
config :frajtano, listen_path: Path.expand(System.get_env("FRAJTANO_DIR")) |> Path.join("agent.sock")
|
||||
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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user