From f37840ef01ebb055d80a0895dcb9fea5ad2046aa Mon Sep 17 00:00:00 2001 From: Amber Date: Mon, 21 Mar 2022 21:09:41 -0500 Subject: [PATCH] renamed config.json.default to config.def.json because the lack of syntax highlighting was getting on my nerves --- config.json.default => config.def.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename config.json.default => config.def.json (52%) diff --git a/config.json.default b/config.def.json similarity index 52% rename from config.json.default rename to config.def.json index 8e419ea..4eeb4e0 100644 --- a/config.json.default +++ b/config.def.json @@ -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" + } }