Closed aricart closed 4 years ago
Change default URL to be localhost:4222 unless otherwise defined.
localhost:4222
The default use case is:
docker run --rm --network host -it -v /tmp/configs:/configs synadia/nats-server:latest
docker run --rm --network host -it synadia/nats-box:latest nats-pub foo bar
With network host, this works right out of the box without any typing. Instead it gets (correctly) an error from NGS.
Makes sense. Defaulting to NGS is surprising. I think we can change it.
sounds good to me as well
Fixed by https://github.com/nats-io/nats-box/pull/12
Change default URL to be
localhost:4222
unless otherwise defined.The default use case is:
With network host, this works right out of the box without any typing. Instead it gets (correctly) an error from NGS.