Skip to content

Commit 5ad1fd6

Browse files
author
Tiago Brenck
committed
Fixed launchSettings applicationUrl port
1 parent 7ae880b commit 5ad1fd6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

1-WebApp-OIDC/1-1-MyOrg/Properties/launchSettings.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
},
1010
"profiles": {
1111
"WebApp_OpenIDConnect_DotNet": {
12-
"commandName": "Project",
13-
"launchBrowser": true,
14-
"applicationUrl": "https://localhost:44366;http://localhost:3110",
15-
"environmentVariables": {
16-
"ASPNETCORE_ENVIRONMENT": "Development"
17-
}
12+
"commandName": "Project",
13+
"launchBrowser": true,
14+
"applicationUrl": "https://localhost:44321;http://localhost:3110",
15+
"environmentVariables": {
16+
"ASPNETCORE_ENVIRONMENT": "Development"
17+
}
1818
}
1919
}
2020
}

1-WebApp-OIDC/1-2-AnyOrg/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"WebApp_OpenIDConnect_DotNet": {
1212
"commandName": "Project",
1313
"launchBrowser": true,
14-
"applicationUrl": "https://localhost:44366;http://localhost:3110",
14+
"applicationUrl": "https://localhost:44321;http://localhost:3110",
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
}

1-WebApp-OIDC/1-3-AnyOrgOrPersonal/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"WebApp_OpenIDConnect_DotNet": {
1212
"commandName": "Project",
1313
"launchBrowser": true,
14-
"applicationUrl": "https://localhost:44366;http://localhost:3110",
14+
"applicationUrl": "https://localhost:44321;http://localhost:3110",
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
}

1-WebApp-OIDC/1-4-Sovereign/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"WebApp_OpenIDConnect_DotNet": {
1212
"commandName": "Project",
1313
"launchBrowser": true,
14-
"applicationUrl": "https://localhost:44366;http://localhost:3110",
14+
"applicationUrl": "https://localhost:44321;http://localhost:3110",
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
}

0 commit comments

Comments
 (0)