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