mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-09-29 15:30:50 -04:00
14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data source=kavita.db"
|
|
},
|
|
"TokenKey": "super secret unguessable key",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
}
|