Add config.json

This commit is contained in:
2025-11-25 23:15:58 -05:00
parent 9ad47e7584
commit a25f5fff42

32
config.json Normal file
View File

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