blob: 9ebd099929f00b938b90aaf7fe2d5adf554d241b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"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"
}
}
|