docker sql, migrations

This commit is contained in:
2026-01-11 23:18:45 -08:00
parent a57e60beb8
commit 27d401aa63
5 changed files with 613 additions and 1 deletions

View File

@@ -8,6 +8,6 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Catalog26Context": "Server=localhost;Database=Catalog;User ID=dbuser;Password=dbpass;Integrated Security=false;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
"Catalog26Context": "Server=sql1.chopark.home;Database=Catalog;User ID=sa;Password=dbP@ss01;Integrated Security=false;MultipleActiveResultSets=true;TrustServerCertificate=True"
}
}