24 lines
627 B
JSON
24 lines
627 B
JSON
{
|
|
"profiles": {
|
|
"http": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "todos",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"dotnetRunMessages": true,
|
|
"applicationUrl": "http://localhost:8040"
|
|
},
|
|
"Docker": {
|
|
"commandName": "Docker",
|
|
"launchBrowser": true,
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/todos",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_HTTP_PORTS": "8080"
|
|
},
|
|
"publishAllPorts": true
|
|
}
|
|
},
|
|
"$schema": "http://json.schemastore.org/launchsettings.json"
|
|
} |