Files
eShopOnWeb/src/PublicApi/appsettings.Development.json
Cédric Michel 530df9d685 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>
2021-10-24 17:55:35 -04:00

14 lines
267 B
JSON

{
"baseUrls": {
"apiBase": "https://localhost:5099/api/",
"webBase": "https://localhost:5001/"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}