Skip to content

Commit c23d298

Browse files
authored
Update server port to 3002 (#25)
Signed-off-by: Florent MILLOT <[email protected]>
1 parent ea3f7f8 commit c23d298

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"yup": "^1.2.0"
5151
},
5252
"scripts": {
53-
"start": "react-scripts start",
53+
"start": "PORT=3002 react-scripts start",
5454
"build": "react-scripts build",
5555
"test": "react-scripts test --watchAll=false",
5656
"test:watch": "react-scripts test",

public/idpSettings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"authority": "http://172.17.0.1:9090/",
3-
"client_id": "my-client-2",
4-
"redirect_uri": "http://localhost:3000/sign-in-callback",
5-
"post_logout_redirect_uri": "http://localhost:3000/logout-callback",
6-
"silent_redirect_uri": "http://localhost:3000/silent-renew-callback",
3+
"client_id": "gridadmin-local",
4+
"redirect_uri": "http://localhost:3002/sign-in-callback",
5+
"post_logout_redirect_uri": "http://localhost:3002/logout-callback",
6+
"silent_redirect_uri": "http://localhost:3002/silent-renew-callback",
77
"scope": "openid"
88
}

0 commit comments

Comments
 (0)