internal dev: make it easy to start REPLs bound to 0.0.0.0
Closed this issue · 0 comments
lread commented
Troubleshooting with Etaoin can often include running a REPL from a separate VM or computer.
And we want to connect to this REPL from our primary dev box.
By default, the JVM nREPL bings to localhost and bb nrepl server binds to 0.0.0.0.
Change the default for both to a safe "localhost"
but allow for easy override from the command line when launching bb dev:jvm
and :dev:bb
tasks.