* Fixed some issues with base url. All Scheduled jobs are now in user's timezone * Hide Base Url support from UI and removed some code around it on the backend to prevent it from interfering. Patched back in changes from base-href branch like Timezone on scheduled jobs and enhanced logging. * Added parser support for "2000 AD 0366 [1984-04-28] (flopbie)" and removed for "01 Spiderman 01".
22 lines
538 B
JSON
22 lines
538 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data source=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": "logs/kavita.log",
|
|
"Append": "True",
|
|
"FileSizeLimitBytes": 10485760,
|
|
"MaxRollingFiles": 5
|
|
}
|
|
},
|
|
"Port": 5000
|
|
}
|