Files
WireMock.Net-wiremock/examples/WireMock.Net.WebApplication.IIS/appsettings.json
2026-03-30 20:13:58 +02:00

22 lines
407 B
JSON

{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Debug"
}
},
"Console": {
"LogLevel": {
"Default": "Debug"
}
}
},
"WireMockServerSettings": {
"StartAdminInterface": true,
"Urls": [
"http://localhost:0"
]
}
}