irules/samples/avrules/avrules.Browser/Properties/launchSettings.json

13 lines
385 B
JSON

10 months ago
{
"profiles": {
"avrules.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}"
}
}
}