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
This commit is contained in:
2025-11-26 01:57:42 -05:00
parent ec587db1ae
commit c7857118a4

View File

@@ -1 +1,32 @@
derp {
"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"
}