From 01015d0d4c6fd4e8ce4edaca697b312dd92a9b11 Mon Sep 17 00:00:00 2001 From: Celal Ak Date: Fri, 25 Oct 2024 02:08:51 +0300 Subject: [PATCH] Update appsettings.json --- samples/BookStore/src/BookStore.HttpApi.Host/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}