Skip to content

Commit

Permalink
Fix typo in dotnet-postgres README (#190)
Browse files Browse the repository at this point in the history
`portsAttributs` -> `portsAttributes`
  • Loading branch information
marcusturewicz authored Jul 25, 2023
1 parent fae02f6 commit e761dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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 e761dfa

Please sign in to comment.