Refactored to use postgres for production and sqlite for development
This commit is contained in:
committed by
Chris
parent
b837e1aad2
commit
416d668294
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"Database": {
|
||||
"Provider": "Postgres"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "DataSource=app.db;Cache=Shared"
|
||||
"DefaultConnection": "Host=localhost;Port=5432;Database=example_prod;Username=postgres;Password=postgres"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
|
||||
Reference in New Issue
Block a user