From a25f5fff428584e99d2541106679a3bbde4d33ec Mon Sep 17 00:00:00 2001 From: goyimnose Date: Tue, 25 Nov 2025 23:15:58 -0500 Subject: [PATCH] Add config.json --- config.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..011d7d3 --- /dev/null +++ b/config.json @@ -0,0 +1,32 @@ +{ + "debug": false, + "provider": { + "openlibrary": { + "email": "e@.com", + "password": "pass" + }, + "soulseek": { + "password": "whateveryouwant", + "username": "pickrandomcantbeinuse" + } + }, + "storage": { + "debrid": { + "All-debrid": "put in your api key for debrid here" + }, + "hydrus": { + "home": { + "key": "hydrus-access-key-goes-here", + "url": "http://192.168.1.###:45869" + }, + "work": { + "key": null, + "url": null + } + }, + "local": { + "path": "C:\\your\\local\\database\\folder" + } + }, + "temp": "C:\\do\\not\\use\\system\\temp" +}