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 b30c899 commit 14ee4df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions containers/dotnetcore-2.2/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 Expand Up @@ -122,4 +124,4 @@ This definition includes some test code that will help you verify it is working

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).

0 comments on commit 14ee4df

Please sign in to comment.