fix to remove usage of IIS port. (#552)

* fix to not using IIS port.
add more information in readme to start application with correct profile correcponding in the appsettings

* Update README.md

Co-authored-by: Steve Smith <steve@kentsmiths.com>
This commit is contained in:
Cédric Michel
2021-10-24 23:55:35 +02:00
committed by GitHub
parent c02efcd4be
commit 530df9d685
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"baseUrls": {
"apiBase": "https://localhost:5099/api/",
"webBase": "https://localhost:44315/"
"webBase": "https://localhost:5001/"
},
"Logging": {
"LogLevel": {

View File

@@ -1,7 +1,7 @@
{
"baseUrls": {
"apiBase": "https://localhost:5099/api/",
"webBase": "https://localhost:44315/"
"webBase": "https://localhost:5001/"
},
"ConnectionStrings": {
"CatalogConnection": "Server=(localdb)\\mssqllocaldb;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.CatalogDb;",