blob: 98a48f9f0da4a007decefb04fc38a4d90073bc35 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | {
  "irc": {
    "host": "irc.example.com",
    "port": 6667,
    "ssl": false,
    "nick": "chromebot",
    "channels": ["#testchannel"]
  },
  "tempdir": "/path/to/tmp",
  "destdir": "/path/to/warc",
  "process_limit": 1
}
 |