#26 reworked migrations, preparation for deployement

This commit is contained in:
Dominic Villemure
2024-04-21 10:50:35 -04:00
parent 6dc85438bf
commit 5a23b945cd
24 changed files with 327 additions and 2543 deletions

View File

@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost,1433;Database=HutopyLocal;User Id=sa;Password={DB_PASSWORD};MultipleActiveResultSets=true;TrustServerCertificate=True"
"DefaultConnection": "Server={DB_HOST},1433;Database=Hutopy;User Id=sa;Password={DB_PASSWORD};MultipleActiveResultSets=true;TrustServerCertificate=True"
},
"Logging": {
"LogLevel": {