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
added config option Address to config + tests
added config parsing if Address and Port are specified + tests
added using Address config option in server + tests
This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.
Add a config option to specify host:post.
Currently one can only set the port via config option
Port
just for krakend to use this value as a string.See https://github.com/devopsfaith/krakend/blob/master/transport/http/server/server.go#L107
Solution: Add an
Address
config option that should bind stronger thanPort
does so ifPort
andAddress
is specifiedAddress
is being used.The text was updated successfully, but these errors were encountered: