Files
PageManager/PageManager.Api/PageManager.Api/appsettings.json
T
2026-03-28 17:36:25 +02:00

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
}
]
}