From 47b8e5f80cccbec5c1f075e7b338a89eb1fa076a Mon Sep 17 00:00:00 2001 From: goyimnose Date: Wed, 26 Nov 2025 01:42:36 -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..8fd7d2a --- /dev/null +++ b/config.json @@ -0,0 +1,32 @@ +{ + "debug": false, + "provider": { + "openlibrary": { + "email": "openlibrary.org-email", + "password": "openlibrary.org-pass" + }, + "soulseek": { + "password": "putinsomethingrandom3", + "username": "dfsdfsdf" + } + }, + "storage": { + "debrid": { + "All-debrid": null + }, + "hydrus": { + "home": { + "key": "access-api-key-goes-here", + "url": "http://192.168.#.###:45869" + }, + "work": { + "key": null, + "url": null + } + }, + "local": { + "path": "C:\\put\\path\\for\\files" + } + }, + "temp": "C:\\do\\not\\use\\system\\temp" +}