Add runtime support: don't only listen on /tmp/frajtano1, script to add peer

This commit is contained in:
bluepython508
2024-09-19 12:39:19 +01:00
parent 5229bd8d1c
commit 6aaf8ff8e5
6 changed files with 40 additions and 19 deletions

2
config/runtime.exs Normal file
View File

@@ -0,0 +1,2 @@
import Config
config :frajtano, listen_path: Path.expand(System.get_env("FRAJTANO_DIR")) |> Path.join("agent.sock")