Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 2024_update_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Marcellin committed Apr 2, 2024
2 parents f69d932 + b3076e4 commit 92dcff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "5.1.6"
},
"scripts": {
"start": "react-scripts start",
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --watchAll=false --passWithNoTests",
"eject": "react-scripts eject",
Expand Down
8 changes: 4 additions & 4 deletions public/idpSettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"authority": "http://172.17.0.1:9090/",
"client_id": "my-client-2",
"redirect_uri": "http://localhost:3000/sign-in-callback",
"post_logout_redirect_uri": "http://localhost:3000/logout-callback",
"silent_redirect_uri": "http://localhost:3000/silent-renew-callback",
"client_id": "gridmerge-local",
"redirect_uri": "http://localhost:3001/sign-in-callback",
"post_logout_redirect_uri": "http://localhost:3001/logout-callback",
"silent_redirect_uri": "http://localhost:3001/silent-renew-callback",
"scope": "openid"
}

0 comments on commit 92dcff0

Please sign in to comment.