Skip to content

Commit

Permalink
Update README.md (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
johndowns authored Sep 26, 2023
1 parent 36d80c4 commit 1f8c612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To enable HTTPS in ASP.NET, you can export a copy of your local dev certificate.
"ASPNETCORE_Kestrel__Certificates__Default__Password": "SecurePwdGoesHere",
"ASPNETCORE_Kestrel__Certificates__Default__Path": "${containerEnv:HOME}/.aspnet/https/aspnetapp.pfx",
},
"portsAttributs": {
"portsAttributes": {
"5001": {
"protocol": "https"
}
Expand Down

0 comments on commit 1f8c612

Please sign in to comment.