diff --git a/samples/BookStore/src/BookStore.HttpApi.Host/appsettings.json b/samples/BookStore/src/BookStore.HttpApi.Host/appsettings.json index ec8cd15..2030034 100644 --- a/samples/BookStore/src/BookStore.HttpApi.Host/appsettings.json +++ b/samples/BookStore/src/BookStore.HttpApi.Host/appsettings.json @@ -5,7 +5,7 @@ "RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307" }, "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:44306", @@ -16,4 +16,4 @@ "StringEncryption": { "DefaultPassPhrase": "N0yMKQDLXvxaIxyD" } -} \ No newline at end of file +}