mirror of
https://gitlab.com/fabinfra/fabaccess/borepin_tmp.git
synced 2025-03-13 07:11:53 +01:00
14 lines
377 B
JSON
14 lines
377 B
JSON
|
{
|
|||
|
"profiles": {
|
|||
|
"Borepin.Browser": {
|
|||
|
"commandName": "Project",
|
|||
|
"launchBrowser": true,
|
|||
|
"environmentVariables": {
|
|||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|||
|
},
|
|||
|
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
|||
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/debug?browser={browserInspectUri}"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|