27 lines
684 B
JSON
27 lines
684 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data source=kavita.db"
|
|
},
|
|
"TokenKey": "super secret unguessable key",
|
|
"StatsOptions": {
|
|
"ServerUrl": "http://localhost:5002",
|
|
"ServerSecret": "here's where the api key goes",
|
|
"SendDataAt": "23:50"
|
|
},
|
|
"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
|
|
}
|