Skip to content

Commit

Permalink
Connect 'core' and 'authentication'. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
asynts authored Mar 25, 2020
1 parent 80d9599 commit 327cf76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/defaults/src/WebApp/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Development": {
"commandName": "Project",
"applicationUrl": "http://localhost:5001",
"applicationUrl": "http://localhost:8001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/defaults/src/WebApp/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"profile"
],
"RedirectUris": [
"http://localhost:5000/signin-oidc"
"http://localhost:8000/signin-oidc"
],
"RequireConsent": false
}
Expand Down

0 comments on commit 327cf76

Please sign in to comment.