From 9cdd43363b3ff8d0eee95a1958afcfd4d884b631 Mon Sep 17 00:00:00 2001 From: sys-nyx Date: Thu, 26 Dec 2024 16:15:52 -0800 Subject: [PATCH] added example config file --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..5177a70 --- /dev/null +++ b/config.toml @@ -0,0 +1,7 @@ +[funny] +comments = funny_comments.json +posts = funny_submissions.json + +[funnymemes] +comments = funnymemes_comments.json +posts = funnymemes_submissions.json