42 lines
837 B
JSON
42 lines
837 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Hardcover": {
|
|
"ApiKey": ""
|
|
},
|
|
"LibraryPaths": {
|
|
"Books": "C:\\Books\\books",
|
|
"Audiobooks": "C:\\Books\\audiobooks"
|
|
},
|
|
"Torrent": {
|
|
"QBittorrentUrl": "http://localhost:8080",
|
|
"Username": "admin",
|
|
"Password": "",
|
|
"SavePath": "/data/books/incoming"
|
|
},
|
|
"Monitoring": {
|
|
"IntervalHours": 6
|
|
},
|
|
"Indexers": [
|
|
{
|
|
"Name": "Prowlarr",
|
|
"Type": "prowlarr",
|
|
"BaseUrl": "http://localhost:9696",
|
|
"ApiKey": "",
|
|
"Enabled": false
|
|
},
|
|
{
|
|
"Name": "Jackett",
|
|
"Type": "jackett",
|
|
"BaseUrl": "http://localhost:9117",
|
|
"ApiKey": "",
|
|
"Enabled": false
|
|
}
|
|
]
|
|
}
|