Skip to content

Commit 7ae880b

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

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

2-WebApp-graph-user/2-1-Call-MSGraph/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

2-WebApp-graph-user/2-2-TokenCache/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

2-WebApp-graph-user/2-3-Multi-Tenant/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

3-WebApp-multi-APIs/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

4-WebApp-your-API/Client/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

5-WebApp-AuthZ/5-1-Roles/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

5-WebApp-AuthZ/5-2-Groups/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
17-
"applicationUrl": "https://localhost:44366;http://localhost:3110"
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)