|
@@ -3,8 +3,8 @@
|
|
|
"windowsAuthentication": false,
|
|
|
"anonymousAuthentication": true,
|
|
|
"iisExpress": {
|
|
|
- "applicationUrl": "http://localhost:5000/",
|
|
|
- "sslPort": 0
|
|
|
+ "applicationUrl": "http://localhost:38327",
|
|
|
+ "sslPort": 44310
|
|
|
}
|
|
|
},
|
|
|
"profiles": {
|
|
@@ -18,16 +18,10 @@
|
|
|
"WebApplicationSample": {
|
|
|
"commandName": "Project",
|
|
|
"launchBrowser": true,
|
|
|
+ "applicationUrl": "https://localhost:5000;http://localhost:5001",
|
|
|
"environmentVariables": {
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
- },
|
|
|
- "applicationUrl": "http://localhost:5000/"
|
|
|
- },
|
|
|
- "Docker": {
|
|
|
- "commandName": "Docker",
|
|
|
- "launchBrowser": true,
|
|
|
- "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
|
|
- "publishAllPorts": true
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|