19 lines
460 B
JSON
19 lines
460 B
JSON
{
|
|
"profiles": {
|
|
"OpenAuthApi": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "http://localhost:5007"
|
|
},
|
|
"Docker": {
|
|
"commandName": "Docker",
|
|
"launchBrowser": true,
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
|
"publishAllPorts": true
|
|
}
|
|
}
|
|
} |