mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
22 lines
405 B
JSON
22 lines
405 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"Debug": {
|
|
"LogLevel": {
|
|
"Default": "Debug"
|
|
}
|
|
},
|
|
"Console": {
|
|
"LogLevel": {
|
|
"Default": "Debug"
|
|
}
|
|
}
|
|
},
|
|
"WireMockServerSettings": {
|
|
"StartAdminInterface": true,
|
|
"Urls": [
|
|
"http://localhost"
|
|
]
|
|
}
|
|
}
|