-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
40 lines (38 loc) · 1.5 KB
/
appsettings.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
39
40
{
"gcSettings": {
"gcProfileFileName": "config.toml",
"pageSize": 100,
"maxRetryTimeSec": 10,
"retryMax": 5
},
"proxySettings": {
"useProxy": false,
"proxyServerAddress": "proxyServerAddress:port"
},
"cfvSettings": {
"appendDateTimeToFileName": false,
"appendGcFlowIdToFileName": false,
"appendGcFlowTypeToFileName": true,
"appendGcOrgNameToFileName": true,
"conditionNodeList": [ "DataAction", "DataTableLookupAction", "DecisionAction", "CollectInputAction", "SwitchAction", "SetWhisperAudio", "TransferPureMatchAction", "FindQueueAction", "FindUserPromptAction", "GetResponseAction", "CallTaskAction", "BridgeServerAction", "EvaluateScheduleAction", "AskForBooleanAction" ],
"flowTypeList": [ "bot", "commonmodule", "digitalbot", "inboundcall", "inboundchat", "inboundemail", "inboundshortmessage", "outboundcall", "inqueuecall", "inqueueemail", "inqueueshortmessage", "speech", "securecall", "surveyinvite", "voice", "voicemail", "workflow", "workitem" ],
"createParticipantDataList": true,
"createFlowPerReusabletask": false,
"maxSecondDescriptionLengh": 1024,
"showExpression": true,
"createPagePerReusabletask": true,
"showPromptDetail": true
},
"drawioSettings": {
"colorNode": true,
"nodeRound": false,
"lineRound": true,
"nodespacing": 100,
"levelspacing": 70,
"replaceSpecialCharacter": true,
"maxRetryCount": 3,
"convertToVisio": false,
"convertToPng": true,
"disableAcceleration": true
}
}