Notes/Notes.Browser/Properties/launchSettings.json

13 lines
371 B
JSON
Raw Normal View History

2023-12-04 15:49:31 +08:00
{
"profiles": {
"Notes.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}"
}
}
}