Kavita/API/appsettings.Development.json

14 lines
316 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"
}
}
}