daml/compiler/repl-service
Gary Verhaegen 2eedd291ec
bind repl to localhost (#4863)
Currently the repl server is bound to 0.0.0.0, which is not great for
security and makes running the tests a bit disruptive on macOS.

This binds it to 127.0.0.1 instead.

CHANGELOG_BEGIN
- [DAML Repl - Experimental] The REPL server will now bind to 127.0.0.1
  instead of 0.0.0.0.
CHANGELOG_END
2020-03-06 11:40:55 +01:00
..
client Graceful error handling in daml repl (#4673) 2020-02-24 18:15:32 +01:00
protos Add an experimental DAML script REPL (#4660) 2020-02-24 11:06:27 +01:00
server bind repl to localhost (#4863) 2020-03-06 11:40:55 +01:00