Refactored to use postgres for production and sqlite for development

This commit is contained in:
Christopher Sanden
2026-03-27 19:13:17 +01:00
committed by Chris
parent b837e1aad2
commit 416d668294
17 changed files with 2218 additions and 38 deletions

View File

@@ -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": {