3 lines
116 B
Elixir
3 lines
116 B
Elixir
import Config
|
|
config :frajtano, listen_path: Path.expand(System.get_env("FRAJTANO_DIR")) |> Path.join("agent.sock")
|