forked from pegasystems/constellation-ui-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tasks.config.json
38 lines (38 loc) · 1.41 KB
/
tasks.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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": ""
}
}