33 lines
642 B
JSON
33 lines
642 B
JSON
{
|
|
"debug": false,
|
|
"provider": {
|
|
"openlibrary": {
|
|
"email": "e@.com",
|
|
"password": "pass"
|
|
},
|
|
"soulseek": {
|
|
"password": "whateveryouwant",
|
|
"username": "pickrandomcantbeinuse"
|
|
}
|
|
},
|
|
"storage": {
|
|
"debrid": {
|
|
"All-debrid": "put in your api key for debrid here"
|
|
},
|
|
"hydrus": {
|
|
"home": {
|
|
"key": "hydrus-access-key-goes-here",
|
|
"url": "http://192.168.1.###:45869"
|
|
},
|
|
"work": {
|
|
"key": null,
|
|
"url": null
|
|
}
|
|
},
|
|
"local": {
|
|
"path": "C:\\your\\local\\database\\folder"
|
|
}
|
|
},
|
|
"temp": "C:\\do\\not\\use\\system\\temp"
|
|
}
|