File tree 2 files changed +8
-4
lines changed
src/LinkDotNet.Blog.Web/Properties
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 25
25
}
26
26
},
27
27
28
- "postCreateCommand" : " dotnet dev-certs https --check --trust"
29
-
28
+ "postCreateCommand" : " dotnet dev-certs https --trust" ,
29
+ "portsAttributes" : {
30
+ "5001" : {
31
+ "protocol" : " https"
32
+ }
33
+ }
30
34
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
31
35
// "remoteUser": "root"
32
36
}
Original file line number Diff line number Diff line change 21
21
},
22
22
"LinkDotNet.Blog.Web" : {
23
23
"commandName" : " Project" ,
24
- "dotnetRunMessages" : " true" ,
24
+ "dotnetRunMessages" : true ,
25
25
"launchBrowser" : false ,
26
- "applicationUrl" : " https://localhost:5001;http://localhost:5000 " ,
26
+ "applicationUrl" : " https://localhost:5001" ,
27
27
"environmentVariables" : {
28
28
"ASPNETCORE_ENVIRONMENT" : " Development"
29
29
}
You can’t perform that action at this time.
0 commit comments