1
0

captcha_config.json 259 B

1234567891011
  1. {
  2. "root_dir": "sample/origin/",
  3. "image_suffix": "png",
  4. "characters": "0123456789abcdefghijklmnopqrstuvwxyz",
  5. "count": 20000,
  6. "char_count": 4,
  7. "width": 100,
  8. "height": 60,
  9. "webserver_captcha_url": "127.0.0.1",
  10. "webserver_captcha_port": 6100
  11. }