Files
WireMock.Net/examples/WireMock.Net.StandAlone.NETCoreApp/Properties/launchSettings.json
2019-06-10 17:46:04 +02:00

8 lines
192 B
JSON

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