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