Skip to content

Commit b1de470

Browse files
Merge pull request #370 from pegasystems/mod/tor/US-627977
Remove optional settings info from skd-config.json
2 parents dfc4309 + d6adf64 commit b1de470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk-config.json

Lines changed: 3 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 Components",
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",

0 commit comments

Comments
 (0)