Bind to HTTPS by default
This commit is contained in:
parent
785f503426
commit
a1b131db36
|
|
@ -8,7 +8,7 @@
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
},
|
},
|
||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"applicationUrl": "http://localhost:5294"
|
"applicationUrl": "https://localhost:5294"
|
||||||
},
|
},
|
||||||
"Docker": {
|
"Docker": {
|
||||||
"commandName": "Docker",
|
"commandName": "Docker",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue