From 6cb30d78223cb8cc036ea23b5a11833286a6a057 Mon Sep 17 00:00:00 2001 From: John Downs Date: Wed, 27 Sep 2023 11:33:13 +1300 Subject: [PATCH] Update NOTES.md (#206) --- src/dotnet/NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/NOTES.md b/src/dotnet/NOTES.md index 2fba21d..ab77ee5 100644 --- a/src/dotnet/NOTES.md +++ b/src/dotnet/NOTES.md @@ -28,7 +28,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" }