Add config.json

This commit is contained in:
2025-11-26 01:42:36 -05:00
parent 1011b0639e
commit 47b8e5f80c

32
config.json Normal file
View File

@@ -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"
}