|
@ -3,7 +3,7 @@ |
|
|
"windowsAuthentication": false, |
|
|
"windowsAuthentication": false, |
|
|
"anonymousAuthentication": true, |
|
|
"anonymousAuthentication": true, |
|
|
"iisExpress": { |
|
|
"iisExpress": { |
|
|
"applicationUrl": "http://localhost:5105", |
|
|
|
|
|
|
|
|
"applicationUrl": "http://localhost:55105", |
|
|
"sslPort": 0 |
|
|
"sslPort": 0 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -11,7 +11,7 @@ |
|
|
"IIS Express": { |
|
|
"IIS Express": { |
|
|
"commandName": "IISExpress", |
|
|
"commandName": "IISExpress", |
|
|
"launchBrowser": true, |
|
|
"launchBrowser": true, |
|
|
"launchUrl": "http://localhost:5105", |
|
|
|
|
|
|
|
|
"launchUrl": "http://localhost:55105", |
|
|
"environmentVariables": { |
|
|
"environmentVariables": { |
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
} |
|
|
} |
|
@ -19,7 +19,7 @@ |
|
|
"eShopOnContainers.Identity": { |
|
|
"eShopOnContainers.Identity": { |
|
|
"commandName": "Project", |
|
|
"commandName": "Project", |
|
|
"launchBrowser": true, |
|
|
"launchBrowser": true, |
|
|
"launchUrl": "http://localhost:5000", |
|
|
|
|
|
|
|
|
"launchUrl": "http://localhost:55105", |
|
|
"environmentVariables": { |
|
|
"environmentVariables": { |
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
} |
|
|
} |
|
|