renamed config.json.default to config.def.json because the lack of syntax highlighting was getting on my nerves

This commit is contained in:
Amber 2022-03-21 21:09:41 -05:00
parent e0eec31096
commit f37840ef01
1 changed files with 6 additions and 5 deletions

View File

@ -1,13 +1,14 @@
{
"site": "https://example.com",
"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": 11111111111,
"client": "placeholder",
"website": "https://git.nixnet.services/amber/amber-ebooks"
"website": "https://git.nixnet.services/amber/amber-ebooks",
"client": {
"id": "placeholder string",
"secret": "placeholder string"
}
}