Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Dec 13, 2019
1 parent 77e0db2 commit 9d5c738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion containers/dotnetcore-3.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ Next, add the following in to `.devcontainer/devcontainer.json` (assuming port 5
],
"remoteEnv": {
"ASPNETCORE_Kestrel__Endpoints__Http__Url": "http://*:5000",
"ASPNETCORE_Kestrel__Endpoints__Https__Url": "https://*:5001","ASPNETCORE_Kestrel__Certificates__Default__Password": "SecurePwdGoesHere","ASPNETCORE_Kestrel__Certificates__Default__Path": "/home/vscode/.aspnet/https/aspnetapp.pfx",
"ASPNETCORE_Kestrel__Endpoints__Https__Url": "https://*:5001",
"ASPNETCORE_Kestrel__Certificates__Default__Password": "SecurePwdGoesHere",
"ASPNETCORE_Kestrel__Certificates__Default__Path": "/home/vscode/.aspnet/https/aspnetapp.pfx"
}
```

Expand Down

0 comments on commit 9d5c738

Please sign in to comment.