20 lines
447 B
JSON
20 lines
447 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data source=kavita.db",
|
|
},
|
|
"TokenKey": "super secret unguessable key",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Hangfire": "Information"
|
|
},
|
|
"File": {
|
|
"Path": "kavita.log",
|
|
"Append": "True",
|
|
"FileSizeLimitBytes": 0,
|
|
"MaxRollingFiles": 0
|
|
}
|
|
}
|
|
}
|