Refactored to use postgres for production and sqlite for development
This commit is contained in:
committed by
Chris
parent
b837e1aad2
commit
416d668294
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"Database": {
|
||||
"Provider": "Sqlite"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Data Source=app.db"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
|
||||
Reference in New Issue
Block a user