Skip to content

Commit 2d12e69

Browse files
vishalshrm539Vishal
andauthored
Remove optional settings from sdk-config.json and point at the doc (#491)
* Remove optional settings from sdk-config.json and point at the relevant document * Updated on the basis of the review comments * Added separation among different sections --------- Co-authored-by: Vishal <[email protected]>
1 parent d3136c9 commit 2d12e69

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sdk-config.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"comment_sdk_config": "This is the configuration file for the React SDK",
3+
"sdk_optional_configs_doc_comment": "See the document(link below) for more details on all the available config settings",
4+
"sdk_optional_configs_doc": "https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/configuring-sdk-config-json.html",
35
"authConfig": {
4-
"authConfig_comment": "Optional Full paths to Infinity server OAuth endpoints (Only needed if using custom OAuth service)",
5-
"authConfig_comment2": "Optional attributes are: authorize, token, revoke, redirectUri, authService, silentTimeout, iframeLoginUI,",
6-
"authConfig_comment3": "mashupAuthService, portalGrantType, mashupGrantType, portalClientSecret, mashupClientSecret, tokenStorage",
76
"authService": "pega",
87

98
"mashupClient_comment": "Client ID and Client secret from the OAuth 2.0 Client Registration record used for mashup use case",
@@ -16,6 +15,7 @@
1615
"portalClientId_comment": "Client ID from the OAuth 2.0 Client Registration record used for portal use case",
1716
"portalClientId": "25795373220702300272"
1817
},
18+
1919
"serverConfig": {
2020
"infinityRestServerUrl_comment": "Full path to Infinity REST server",
2121
"infinityRestServerUrl": "https://localhost:1080/prweb",
@@ -35,6 +35,7 @@
3535
"excludePortals_comment": "Array of specific portals to avoid attempting to load with SDK",
3636
"excludePortals": ["pxExpress", "Developer", "pxPredictionStudio", "pxAdminStudio", "pyCaseWorker", "pyCaseManager7"]
3737
},
38+
3839
"dxcbConfig": {
3940
"publishAccess": {
4041
"rulesetName": "CustomDXComponents",

0 commit comments

Comments
 (0)