DomvsChatBot/Properties/launchSettings.json
2024-12-27 17:41:43 -03:00

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
}
}
}