|
@ -3,8 +3,8 @@ |
|
|
"windowsAuthentication": false, |
|
|
"windowsAuthentication": false, |
|
|
"anonymousAuthentication": true, |
|
|
"anonymousAuthentication": true, |
|
|
"iisExpress": { |
|
|
"iisExpress": { |
|
|
"applicationUrl": "http://localhost:54010/", |
|
|
|
|
|
"sslPort": 0 |
|
|
|
|
|
|
|
|
"applicationUrl": "http://localhost:5105/", |
|
|
|
|
|
"sslPort": 4105 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"profiles": { |
|
|
"profiles": { |
|
@ -14,7 +14,8 @@ |
|
|
"launchUrl": "http://localhost:55105", |
|
|
"launchUrl": "http://localhost:55105", |
|
|
"environmentVariables": { |
|
|
"environmentVariables": { |
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
"use64Bit": true |
|
|
}, |
|
|
}, |
|
|
"eShopOnContainers.Identity": { |
|
|
"eShopOnContainers.Identity": { |
|
|
"commandName": "Project", |
|
|
"commandName": "Project", |
|
|