Add config.json
This commit is contained in:
32
config.json
Normal file
32
config.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user