Skip to content

Commit a3176bc

Browse files
Update launch settings
1 parent 12475ee commit a3176bc

File tree

6 files changed

+60
-6
lines changed

6 files changed

+60
-6
lines changed

3-razor-pages/0-start/RazorPagesPizza/RazorPagesPizza/Properties/launchSettings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
}
99
},
1010
"profiles": {
11-
"RazorPagesPizza": {
11+
"http": {
12+
"commandName": "Project",
13+
"dotnetRunMessages": true,
14+
"launchBrowser": true,
15+
"applicationUrl": "http://localhost:5101",
16+
"environmentVariables": {
17+
"ASPNETCORE_ENVIRONMENT": "Development"
18+
}
19+
},
20+
"https": {
1221
"commandName": "Project",
1322
"dotnetRunMessages": true,
1423
"launchBrowser": true,

3-razor-pages/1-complete/RazorPagesPizza/RazorPagesPizza/Properties/launchSettings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
}
99
},
1010
"profiles": {
11-
"RazorPagesPizza": {
11+
"http": {
12+
"commandName": "Project",
13+
"dotnetRunMessages": true,
14+
"launchBrowser": true,
15+
"applicationUrl": "http://localhost:5101",
16+
"environmentVariables": {
17+
"ASPNETCORE_ENVIRONMENT": "Development"
18+
}
19+
},
20+
"https": {
1221
"commandName": "Project",
1322
"dotnetRunMessages": true,
1423
"launchBrowser": true,

4-minimal-api/0-start/PizzaStore/Properties/launchSettings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
}
99
},
1010
"profiles": {
11-
"PizzaStore": {
11+
"http": {
12+
"commandName": "Project",
13+
"dotnetRunMessages": true,
14+
"launchBrowser": true,
15+
"applicationUrl": "http://localhost:5112",
16+
"environmentVariables": {
17+
"ASPNETCORE_ENVIRONMENT": "Development"
18+
}
19+
},
20+
"https": {
1221
"commandName": "Project",
1322
"dotnetRunMessages": true,
1423
"launchBrowser": true,

4-minimal-api/1-complete/PizzaStore/Properties/launchSettings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
}
99
},
1010
"profiles": {
11-
"PizzaStore": {
11+
"http": {
12+
"commandName": "Project",
13+
"dotnetRunMessages": true,
14+
"launchBrowser": true,
15+
"applicationUrl": "http://localhost:5112",
16+
"environmentVariables": {
17+
"ASPNETCORE_ENVIRONMENT": "Development"
18+
}
19+
},
20+
"https": {
1221
"commandName": "Project",
1322
"dotnetRunMessages": true,
1423
"launchBrowser": true,

5-blazor/0-start/ConnectFour/Properties/launchSettings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
}
99
},
1010
"profiles": {
11-
"ConnectFour": {
11+
"http": {
12+
"commandName": "Project",
13+
"dotnetRunMessages": true,
14+
"launchBrowser": true,
15+
"applicationUrl": "http://localhost:5007",
16+
"environmentVariables": {
17+
"ASPNETCORE_ENVIRONMENT": "Development"
18+
}
19+
},
20+
"https": {
1221
"commandName": "Project",
1322
"dotnetRunMessages": true,
1423
"launchBrowser": true,

5-blazor/1-complete/ConnectFour/Properties/launchSettings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
}
99
},
1010
"profiles": {
11-
"ConnectFour": {
11+
"http": {
12+
"commandName": "Project",
13+
"dotnetRunMessages": true,
14+
"launchBrowser": true,
15+
"applicationUrl": "http://localhost:5007",
16+
"environmentVariables": {
17+
"ASPNETCORE_ENVIRONMENT": "Development"
18+
}
19+
},
20+
"https": {
1221
"commandName": "Project",
1322
"dotnetRunMessages": true,
1423
"launchBrowser": true,

0 commit comments

Comments
 (0)