Skip to content

Commit 5f60c85

Browse files
Add launchSettings.json
1 parent a574918 commit 5f60c85

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"profiles": {
3+
"CustomParameterEditorAngularExample": {
4+
"commandName": "Project",
5+
"launchBrowser": true,
6+
"environmentVariables": {
7+
"ASPNETCORE_ENVIRONMENT": "Development"
8+
},
9+
"applicationUrl": "https://localhost:1635;http://localhost:1636"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)