File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 659
659
*/
660
660
"lowerCasePadIds": "${LOWER_CASE_PAD_IDS:false}",
661
661
"sso": {
662
- "issuer": "${SSO_ISSUER:http://localhost:9001}",
663
- "clients": [
664
- {
665
- "client_id": "${ADMIN_CLIENT:admin_client}",
666
- "client_secret": "${ADMIN_SECRET:admin}",
667
- "grant_types": ["authorization_code"],
668
- "response_types": ["code"],
669
- "redirect_uris": ["${ADMIN_REDIRECT:http://localhost:9001/admin/}"]
670
- },
671
- {
672
- "client_id": "${USER_CLIENT:user_client}",
673
- "client_secret": "${USER_SECRET:user}",
674
- "grant_types": ["authorization_code"],
675
- "response_types": ["code"],
676
- "redirect_uris": ["${USER_REDIRECT:http://localhost:9001/}"]
677
- }
678
- ]
662
+ "issuer": "${SSO_ISSUER:https://pad.kits.blog}",
663
+ "clients": []
679
664
},
680
665
681
666
/* Set the time to live for the tokens
You can’t perform that action at this time.
0 commit comments