WireMock-Net / WireMockInspector

WireMockInspector is a cross platform UI app that facilitates WireMock troubleshooting.
MIT License
32 stars 3 forks source link

Default Port #5

Closed StefH closed 1 year ago

StefH commented 1 year ago

Maybe change the default port to 9091 instead of 1080.

cezarypiatek commented 1 year ago

What's the default behavior when the WireMock server is started without providing the port explicitly? Is it run on 9091 or a random port?

StefH commented 1 year ago

Default documentation for Docker uses 9091. https://github.com/WireMock-Net/WireMock.Net-docker

Default port for standalone/ dotnet tool is http://*:9091/

In unit tests it's mostly random.

cezarypiatek commented 1 year ago

OK, I will change it to 9091, but it would be handy to remember/persist the last user choice.