Add sqlite database

This commit is contained in:
2020-02-29 18:45:10 +01:00
parent c6adfbf715
commit a982b15cbe
5 changed files with 20 additions and 5 deletions

View File

@@ -6,5 +6,8 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"Sqlite": "DataSource=debug.db;"
},
"AllowedHosts": "*"
}