Added basic parsing and unit tests. Setting up an intermediate object to hold information from parser. Removed hangfire db from git.

This commit is contained in:
Joseph Milazzo 2020-12-27 11:14:45 -06:00
parent 4fd9943b91
commit 8c80ed090d
13 changed files with 347 additions and 8 deletions

View file

@ -1,7 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": "Data source=kavita.db",
"HangfireConnection": "Data source=hangfire.db"
},
"TokenKey": "super secret unguessable key",
"Logging": {