Boot netcore on https:localhost:44331

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-06-29 12:13:53 +02:00
parent 3195287d1c
commit b9f854afcb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"baseUrl": "http://localhost:9000",
"baseUrl": "https://localhost:44331",
"viewportHeight": 1024,
"viewportWidth": 1200,
"env": {

View File

@@ -4,7 +4,7 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:9000",
"sslPort": 0
"sslPort": 44331
}
},
"profiles": {
@@ -23,4 +23,4 @@
"applicationUrl": "https://localhost:44354;http://localhost:9000"
}
}
}
}