mercury/config/example.default.json

29 lines
780 B
JSON

{
"irc": {
"server": "irc.supernets.org",
"port": 6697,
"ssl": "true",
"channels": [
"#5000"
],
"nickname": "mercury",
"username": "mercury",
"realname": "git.supernets.org/hogwart7/mercury",
"autorejoin": "true",
"floodprotection": "false",
"floodprotectiondelay": "0"
},
"feed": {
"useragent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 13.4; rv:109.0) Gecko/20100101 Firefox/114.0",
"body_max_chars": "200",
"time_format": "DD MMM YYYY HH:mm:ss ZZ",
"timezone": "Pacific/Auckland"
},
"twitter": {
"nitter_instances": [
"nitter.1d4.us",
"nitter.it",
"nitter.pufe.org"
]
}
}