10 lines
198 B
JSON
10 lines
198 B
JSON
{
|
|
"listenHost": "127.0.0.1",
|
|
"listenPort": 8888,
|
|
"interceptDomains": ["*.sunyard.com"],
|
|
"captureBodies": true,
|
|
"maxBodyBytes": 1048576,
|
|
"certDir": "certs",
|
|
"capturesDir": "captures"
|
|
}
|