27 lines
663 B
JSON
27 lines
663 B
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:5100",
|
|
"sslPort": 4100
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"use64Bit": true
|
|
},
|
|
"Microsoft.eShopOnContainers.WebMVC": {
|
|
"commandName": "Project",
|
|
"launchUrl": "http://localhost:4001",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "https://localhost:4001;http://localhost:5001"
|
|
}
|
|
}
|
|
} |