* 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>
14 lines
267 B
JSON
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"
|
|
}
|
|
}
|
|
}
|