Files
WireMock.Net/examples/WireMock.Net.StandAlone.NETCoreApp/Properties/launchSettings.json
Stef Heyenrath 2aee658dfa Listen on http://*:9090 (#39)
* Support for http://*:9090 urls

* Update version to 1.0.2.3
2017-08-08 22:58:12 +02:00

8 lines
153 B
JSON

{
"profiles": {
"WireMock.Net.StandAlone.NETCoreApp": {
"commandName": "Project",
"commandLineArgs": "--Urls http://*:9090"
}
}
}