blob: 214b7708d06ff1e9285f3a45acacba77bb4b9d90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"irc": {
"host": "irc.example.com",
"port": 6667,
"ssl": false,
"nick": "chromebot",
"channels": ["#testchannel"]
},
"tempdir": "/path/to/tmp",
"destdir": "/path/to/warc",
"process_limit": 1
"blacklist": {
"^https?://(.+\\.)?local(host)?/": "Not acceptable"
},
"need_voice": false
}
|