Celal Ak
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
samples/BookStore/src/BookStore.HttpApi.Host/appsettings.json
|
|
@ -5,7 +5,7 @@ |
|
|
"RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307" |
|
|
"RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307" |
|
|
}, |
|
|
}, |
|
|
"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:44306", |
|
|
"Authority": "https://localhost:44306", |
|
|
|