From c7857118a48106f3fd5a24329557f00d94a90bc4 Mon Sep 17 00:00:00 2001 From: goyimnose Date: Wed, 26 Nov 2025 01:57:42 -0500 Subject: [PATCH] Update config.json replace the "text" with your own stuff or put null you need temp, local > path the rest can be null if you want to be retarded --- config.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 7c29013..4581e6e 100644 --- a/config.json +++ b/config.json @@ -1 +1,32 @@ -derp \ No newline at end of file + { + "debug": false, + "provider": { + "openlibrary": { + "email": "openlibrary.org-email", + "password": "openlibrary.org-pass" + }, + "soulseek": { + "password": "put-in-random-pass", + "username": "put-in-random-user" + } + }, + "storage": { + "debrid": { + "All-debrid": null + }, + "hydrus": { + "home": { + "key": "hydrus-access-api-key", + "url": "http://192.168.#.###:45869" + }, + "work": { + "key": null, + "url": null + } + }, + "local": { + "path": "C:\\path\\to\\local\\database" + } + }, + "temp": "C:\\do\\not\\use\\system\\temp" + }