{
  "randomSeed" : 20,
  "port" : 8888,
  "address" : "0.0.0.0",
  "captchaExpiryTimeLimit" : 5,
  "throttle" : 10,
  "threadDelay" : 2,
  "playgroundEnabled" : false,
  "corsHeader" : "*",
  "maxAttempts" : 20,
  "captchas" : [ {
    "name" : "DebugCaptcha",
    "allowedLevels" : [ "debug" ],
    "allowedMedia" : [ "image/png" ],
    "allowedInputType" : [ "text" ],
    "config" : { }
  }]
}