Bind to HTTPS by default

This commit is contained in:
Jeff Leung 2024-08-21 10:56:14 -07:00
parent 785f503426
commit a1b131db36
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5294"
"applicationUrl": "https://localhost:5294"
},
"Docker": {
"commandName": "Docker",