Initial commit

This commit is contained in:
Joseph Milazzo 2020-12-12 17:03:06 -06:00
commit a2e6d03d5b
11 changed files with 1371 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"ConnectionStrings": {
"DefaultConnection": "Data source=kavita.db"
},
"TokenKey": "super secret unguessable key",
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}