Fork me on GitHub
#pedestal
<
2018-07-27
>
curtosis15:07:31

odd pedestal behavior: I have one version that starts up and binds to :&lt;port&gt;. My current version starts up and *only binds to localhost:<port>. I can’t see where I’m doing anything different between the two — I never set ::http/host explicitly.

curtosis15:07:36

Any clues where to look?

curtosis15:07:42

obviously can work around it by passing in 0.0.0.0, but I’m curious why it worked before and doesn’t now.

bherrmann18:07:36

maybe different profiles?

curtosis18:07:31

I looked at those, but I really didn’t touch those that I could see.

curtosis18:07:52

I should dig through the uberjars and see what got included differently

curtosis18:07:54

that would be the right place, but I wasn’t specifying host explicitly anywhere (that’s how I fixed it)