mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-12-25 06:17:23 -05:00
* Added a new endpoint to get all Series with Progress info. * Fixed up some potential NPEs during scan * Commented out filter code, not ready for it. * Fixed up a parsing case for european comics * Refactored FilterDto to allow for specifying multiple formats to return. * Refactored FilterDto to allow for specifying multiple formats to return. * Refactored the UI to show OPDS as 3rd Party Clients since Tachiyomi now uses OPDS url scheme for authentication.
23 lines
554 B
JSON
23 lines
554 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data source=config//kavita.db"
|
|
},
|
|
"TokenKey": "super secret unguessable key",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Error",
|
|
"Hangfire": "Information",
|
|
"Microsoft.AspNetCore.Hosting.Internal.WebHost": "Information"
|
|
},
|
|
"File": {
|
|
"Path": "config//logs/kavita.log",
|
|
"Append": "True",
|
|
"FileSizeLimitBytes": 26214400,
|
|
"MaxRollingFiles": 2
|
|
}
|
|
},
|
|
"Port": 5000
|
|
}
|