fixed default config formatting
This commit is contained in:
parent
c633a0a52c
commit
c934808199
|
@ -1,15 +1,13 @@
|
|||
{
|
||||
"cfg": {
|
||||
"site": "https://botsin.space",
|
||||
"cw": null,
|
||||
"instance_blacklist": ["bofa.lol", "witches.town", "knzk.me"],
|
||||
"learn_from_cw": false,
|
||||
"mention_handling": 1,
|
||||
"max_thread_length": 15,
|
||||
"strip_paired_punctuation": false,
|
||||
"secret": "client_secret",
|
||||
"id": "client_id",
|
||||
"client": "placeholder",
|
||||
"website": "https://git.nixnet.services/amber/amber-ebooks"
|
||||
}
|
||||
"site": "https://example.com",
|
||||
"cw": null,
|
||||
"instance_blacklist": ["bofa.lol", "witches.town", "knzk.me"],
|
||||
"learn_from_cw": false,
|
||||
"mention_handling": 1,
|
||||
"max_thread_length": 15,
|
||||
"strip_paired_punctuation": false,
|
||||
"secret": "client_secret",
|
||||
"id": "client_id",
|
||||
"client": "placeholder",
|
||||
"website": "https://git.nixnet.services/amber/amber-ebooks"
|
||||
}
|
||||
|
|
Reference in New Issue