WireMock.Net.WebApplication.NETCore3

This commit is contained in:
Stef Heyenrath
2020-10-01 12:32:51 +00:00
parent 5f8bdff936
commit 0964eb2c2d
28 changed files with 407 additions and 169 deletions

View File

@@ -0,0 +1,20 @@
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Debug"
}
},
"Console": {
"LogLevel": {
"Default": "Debug"
}
}
},
"WireMockServerSettings": {
"AdminUsername": "a",
"AdminPassword": "b",
"StartAdminInterface": true
}
}