Celal Ak
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
samples/BookStore/src/BookStore.DbMigrator/appsettings.json
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"ConnectionStrings": { |
|
|
|
"Default": "Server=SQLSERVER\\SQLEXPRESS;Initial Catalog=AntBlazorDemo;Trusted_Connection=True;TrustServerCertificate=True" |
|
|
|
"Default": "Server=LOCALHOST\\SQLEXPRESS;Initial Catalog=AntBlazorDemo;Trusted_Connection=True;TrustServerCertificate=True" |
|
|
|
}, |
|
|
|
"IdentityServer": { |
|
|
|
"Clients": { |
|
|
|
|