35 lines
920 B
JSON
35 lines
920 B
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:58017/",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Microsoft.eShopOnContainers.Services.Basket.API": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "http://localhost:55103/",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Azure Dev Spaces": {
|
|
"commandName": "AzureDevSpaces",
|
|
"launchBrowser": true,
|
|
"resourceGroup": "eshop-test",
|
|
"aksName": "eshop-test-aks",
|
|
"subscriptionId": "6c22bb55-0221-4ce4-9bf1-3c4a10a7294c"
|
|
}
|
|
}
|
|
} |