Skip to content

Commit

Permalink
Update dev server port to 3003 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH authored Apr 2, 2024
1 parent 4fc2581 commit 2a38067
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 @@ -33,7 +33,7 @@
"yup": "^1.2.0"
},
"scripts": {
"start": "react-scripts start",
"start": "PORT=3003 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --watchAll=false --transformIgnorePatterns \"node_modules/(?!@gridsuite/commons-ui)/\"",
"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": "griddyna-client",
"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": "griddyna-local",
"redirect_uri": "http://localhost:3003/sign-in-callback",
"post_logout_redirect_uri": "http://localhost:3003/logout-callback",
"silent_redirect_uri": "http://localhost:3003/silent-renew-callback",
"scope": "openid"
}

0 comments on commit 2a38067

Please sign in to comment.