Update config.json
replace the "text" with your own stuff or put null you need temp, local > path the rest can be null if you want to be retarded
This commit is contained in:
33
config.json
33
config.json
@@ -1 +1,32 @@
|
||||
derp
|
||||
{
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user