fixed default config formatting

This commit is contained in:
Amber 2022-03-21 20:29:07 -05:00
parent c633a0a52c
commit c934808199
1 changed files with 11 additions and 13 deletions

View File

@ -1,6 +1,5 @@
{ {
"cfg": { "site": "https://example.com",
"site": "https://botsin.space",
"cw": null, "cw": null,
"instance_blacklist": ["bofa.lol", "witches.town", "knzk.me"], "instance_blacklist": ["bofa.lol", "witches.town", "knzk.me"],
"learn_from_cw": false, "learn_from_cw": false,
@ -11,5 +10,4 @@
"id": "client_id", "id": "client_id",
"client": "placeholder", "client": "placeholder",
"website": "https://git.nixnet.services/amber/amber-ebooks" "website": "https://git.nixnet.services/amber/amber-ebooks"
}
} }