From e0eec3109649f47f8b09ace1a90b85c57c1d2841 Mon Sep 17 00:00:00 2001 From: Amber Date: Mon, 21 Mar 2022 20:29:07 -0500 Subject: [PATCH] fixed default config formatting --- config.json.default | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/config.json.default b/config.json.default index 04628f7..8e419ea 100644 --- a/config.json.default +++ b/config.json.default @@ -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": 11111111111, + "client": "placeholder", + "website": "https://git.nixnet.services/amber/amber-ebooks" }