Modernize and Dockerize server

This commit is contained in:
2026-03-19 13:35:53 +01:00
parent 76a2bf0e88
commit 766ed86999
21 changed files with 364 additions and 161 deletions
+3 -3
View File
@@ -6,9 +6,9 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Db": {
"ConnectionString": "",
"ConnectionStringZc": ""
"ConnectionStrings": {
"Tapi": "",
"ZeitConsens": ""
},
"AllowedHosts": "*"
}