Files
WireMock.Net/examples/WireMock.Net.StandAlone.NETCoreApp/Properties/launchSettings.json
Stef Heyenrath d758301e4f Webhook (#591)
Webhook
2021-03-24 18:15:31 +01:00

8 lines
207 B
JSON

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