Files
Medios-Macina/config.json

33 lines
694 B
JSON
Raw Normal View History

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