-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
9,784 additions
and
4,234 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,43 @@ | ||
{ | ||
"components-directory-path": "src/components", | ||
"server-config": { | ||
"rulesetName": "", | ||
"rulesetVersion": "", | ||
"sourceOfComponents": "Server", | ||
"devBuild": false, | ||
"serverType": "infinity", | ||
"server": "", | ||
"clientId": "", | ||
"clientSecret_comment": "Needed only when using 'passwordCreds' or 'clientCreds' grantType", | ||
"clientSecret": "", | ||
"grantType": "authCode", | ||
"redirectUri": "https://localhost:4010/", | ||
"authService_comment": "Infinity authentication service alias (when grantType is set to 'authCode')", | ||
"authService": "pega", | ||
"cert_and_key_comment": "Path to SSL certificate file and SSL key file to use when starting local HTTPS server", | ||
"cert_and_key_comment2": "Needed only when using 'authCode' grantType and redirectUri begins with 'https://localhost'", | ||
"cert": "./keys/dxcb.crt", | ||
"key": "./keys/dxcb.key", | ||
"user_and_password_comment": "useful primarily when grantType is set to 'passwordCreds'", | ||
"user": "", | ||
"password": "", | ||
"questions_comment": "useful for designating how frequently questions should be asked during npm run authenticate", | ||
"questions_askAlways": "", | ||
"questions_askNever": "", | ||
"questions_askOnce": "server,authService", | ||
"questions_askedOnce": "server,authService" | ||
}, | ||
"component": { | ||
"library": "Extensions", | ||
"type": "", | ||
"version": "1.0.0", | ||
"subtype": "", | ||
"description": "", | ||
"icon": "" | ||
}, | ||
"usePromotedWebPack": false | ||
} | ||
"components-directory-path": "src/components", | ||
"import-relative-path": "Downloads", | ||
"export-relative-path": "Downloads", | ||
"server-config": { | ||
"rulesetName": "", | ||
"rulesetVersion": "", | ||
"sourceOfComponents": "Server", | ||
"devBuild": false, | ||
"serverType": "infinity", | ||
"server": "", | ||
"clientId": "", | ||
"clientSecret_comment": "Needed only when using 'passwordCreds' or 'clientCreds' grantType", | ||
"clientSecret": "", | ||
"grantType": "authCode", | ||
"redirectUri": "https://localhost:4010/", | ||
"authService_comment": "Infinity authentication service alias (when grantType is set to 'authCode')", | ||
"authService": "pega", | ||
"cert_and_key_comment": "Path to SSL certificate file and SSL key file to use when starting local HTTPS server", | ||
"cert_and_key_comment2": "Needed only when using 'authCode' grantType and redirectUri begins with 'https://localhost'", | ||
"cert": "./keys/dxcb.crt", | ||
"key": "./keys/dxcb.key", | ||
"user_and_password_comment": "useful primarily when grantType is set to 'passwordCreds'", | ||
"user": "", | ||
"password": "", | ||
"questions_comment": "useful for designating how frequently questions should be asked during npm run authenticate", | ||
"questions_askAlways": "", | ||
"questions_askNever": "", | ||
"questions_askOnce": "server,authService", | ||
"questions_askedOnce": "server,authService" | ||
}, | ||
"component": { | ||
"library": "ConstellationUIGallery", | ||
"type": "", | ||
"version": "3.0.0", | ||
"subtype": "", | ||
"description": "", | ||
"icon": "" | ||
}, | ||
"usePromotedWebPack": false, | ||
"libraryMode": false, | ||
"showDebug": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters