IAChat/Properties/launchSettings.json
2024-11-28 22:09:05 -03:00

25 lines
735 B
JSON

{
"profiles": {
// Debug project within Teams
"Start Project": {
"commandName": "Project",
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5130",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"hotReloadProfile": "aspnetcore"
},
// Debug project within Teams App Test Tool
"Teams App Test Tool": {
"commandName": "Project",
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5130",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "TestTool",
"TEAMSFX_NOTIFICATION_STORE_FILENAME": ".notification.testtoolstore.json"
},
"hotReloadProfile": "aspnetcore"
},
}
}