You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I see we can change the listening port with the PORT environment variable
What configuration change could be used to be able to change the listening interface.. and define a specific one (like 127.0.0.1) ?
Thank's !
The text was updated successfully, but these errors were encountered:
Or something similar, replacing {127,0,0,1} with whatever your interface address is. Currently we don't have any way of configuring that via a environment variable, but PRs are always welcome!
Thank's for the informations and directions.
I tried to change as per your suggestion, but it seems to not work.
At the start the debug shows: [warn] Transport option {:port, 4000, :ip, {127, 0, 0, 1}} unknown or invalid.
and this is not listening on the IP/Port.
I tried with few other syntax for this line, but no luck so far... I will continue to search..
And thank's again for you work and for sharing this tool 👍
Hi,
I see we can change the listening port with the
PORT
environment variableWhat configuration change could be used to be able to change the listening interface.. and define a specific one (like 127.0.0.1) ?
Thank's !
The text was updated successfully, but these errors were encountered: