mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
20 lines
327 B
JSON
20 lines
327 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"Debug": {
|
|
"LogLevel": {
|
|
"Default": "Debug"
|
|
}
|
|
},
|
|
"Console": {
|
|
"LogLevel": {
|
|
"Default": "Debug"
|
|
}
|
|
}
|
|
},
|
|
"WireMockServerSettings": {
|
|
"AdminUsername": "a",
|
|
"AdminPassword": "b",
|
|
"StartAdminInterface": true
|
|
}
|
|
} |