Browse Source

Update appsettings.json

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

4
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"
}
}
}

Loading…
Cancel
Save