chance database connection string

This commit is contained in:
2026-08-03 10:02:58 +02:00
parent c1695b4967
commit f01f05e126

View File

@@ -1,5 +1,5 @@
{
"SqlServer": "Server=localhost;Database=PointOfSale;Trusted_Connection=True;TrustServerCertificate=True;",
"SqlServer": "Server=(localdb)\\MSSQLLocalDB;Database=pointofsale;Trusted_Connection=True;TrustServerCertificate=True;",
"Logging": {
"LogLevel": {
"Default": "Information",