Files
WireMock.Net/examples/WireMock.Net.StandAlone.NETCoreApp/Properties/launchSettings.json
2022-01-24 12:26:19 +01:00

8 lines
240 B
JSON

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