Browse Source

Update appsettings.json

pull/35/head
Celal Ak 1 year ago
committed by GitHub
parent
commit
1f4a2fc9f1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      samples/BookStore/src/BookStore.BlazorServer/appsettings.json

2
samples/BookStore/src/BookStore.BlazorServer/appsettings.json

@ -4,7 +4,7 @@
"RedirectAllowedUrls": "https://localhost:44313" "RedirectAllowedUrls": "https://localhost:44313"
}, },
"ConnectionStrings": { "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": { "AuthServer": {
"Authority": "https://localhost:44313", "Authority": "https://localhost:44313",

Loading…
Cancel
Save