32 lines
917 B
JSON
32 lines
917 B
JSON
{
|
|
"profiles": {
|
|
"Start Project": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"dotnetRunMessages": true,
|
|
"applicationUrl": "http://localhost:5130",
|
|
"hotReloadProfile": "aspnetcore"
|
|
},
|
|
"Teams App Test Tool": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "TestTool",
|
|
"TEAMSFX_NOTIFICATION_STORE_FILENAME": ".notification.testtoolstore.json"
|
|
},
|
|
"dotnetRunMessages": true,
|
|
"applicationUrl": "http://localhost:5130",
|
|
"hotReloadProfile": "aspnetcore"
|
|
},
|
|
"Container (Dockerfile)": {
|
|
"commandName": "Docker",
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_HTTP_PORTS": "8080"
|
|
},
|
|
"publishAllPorts": true,
|
|
"useSSL": false
|
|
}
|
|
}
|
|
} |