From 1f4a2fc9f14d0af49e7c1d29ed580463e638fb72 Mon Sep 17 00:00:00 2001 From: Celal Ak Date: Sat, 26 Oct 2024 17:10:22 +0300 Subject: [PATCH] Update appsettings.json --- samples/BookStore/src/BookStore.BlazorServer/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/BookStore/src/BookStore.BlazorServer/appsettings.json b/samples/BookStore/src/BookStore.BlazorServer/appsettings.json index 9e55bf4..2571d99 100644 --- a/samples/BookStore/src/BookStore.BlazorServer/appsettings.json +++ b/samples/BookStore/src/BookStore.BlazorServer/appsettings.json @@ -4,7 +4,7 @@ "RedirectAllowedUrls": "https://localhost:44313" }, "ConnectionStrings": { - "Default": "Server=MAJESTY-FS\\SQLEXPRESS;Initial Catalog=AntBlazorDemo;Trusted_Connection=True;TrustServerCertificate=True" + "Default": "Server=SQLSERVER\\SQLEXPRESS;Initial Catalog=AntBlazorDemo;Trusted_Connection=True;TrustServerCertificate=True" }, "AuthServer": { "Authority": "https://localhost:44313",