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",