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

View File

@@ -14,6 +14,7 @@ defmodule Frajtano.MixProject do
def application do
[
extra_applications: [:logger],
env: [listen_path: nil],
mod: {Frajtano, []}
]
end