feat: basic database model

This commit is contained in:
2025-07-14 12:26:27 +02:00
parent e87c653fae
commit 5e2e70b415
12 changed files with 575 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=server-host;Database=db-name;Username=quotify-user;Password=user-secret"
},
"Logging": {
"LogLevel": {
"Default": "Information",