Learn.VideoAnalysis/VideoAnalysis/Properties/launchSettings.json

16 lines
376 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http:5238": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "ui/index.html",
"applicationUrl": "http://*:7532",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
}
}