From 7e17c716101c521f8cd78c565eee96635bd25e2c Mon Sep 17 00:00:00 2001 From: trueold89 Date: Sat, 4 May 2024 04:13:25 +0300 Subject: [PATCH] Add sample config file --- config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..c750aa7 --- /dev/null +++ b/config.json @@ -0,0 +1,11 @@ +{ + "Main": { + "DirParser": "Jellyfin", + "DBPath": "/etc/qbitbot/botdb.db" + }, + + "JellyfinConfig": { + "ServerURL": "https://yourdomain.com", + "APIKey": "youaractualjellyfintoken" + } +} \ No newline at end of file