Browse Source

Update appsettings.json

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

4
samples/BookStore/src/BookStore.DbMigrator/appsettings.json

@ -1,6 +1,6 @@
{
"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"
},
"IdentityServer": {
"Clients": {
@ -30,4 +30,4 @@
}
}
}
}
}

Loading…
Cancel
Save