Files
Medios-Macina/config.json

33 lines
622 B
JSON
Raw Normal View History

2025-11-26 01:42:36 -05:00
{
"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"
}