File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
"yup" : " ^1.2.0"
51
51
},
52
52
"scripts" : {
53
- "start" : " react-scripts start" ,
53
+ "start" : " PORT=3002 react-scripts start" ,
54
54
"build" : " react-scripts build" ,
55
55
"test" : " react-scripts test --watchAll=false" ,
56
56
"test:watch" : " react-scripts test" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"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" ,
7
7
"scope" : " openid"
8
8
}
You can’t perform that action at this time.
0 commit comments