-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_settings.json
More file actions
executable file
·81 lines (81 loc) · 1.93 KB
/
app_settings.json
File metadata and controls
executable file
·81 lines (81 loc) · 1.93 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"title": "Default Application Settings for Conversation Core",
"description": "This file contains all configurable parts of the application. When you want to use plugins from the core service create this file in your own project or extend this one.",
"generalSettings": {
"defaultLanguage": "en",
"supportedLanguages": [
"de",
"en"
],
"developermode": true,
"confLvl": "0.7",
"credentialsStore": {
"path": "./dch_vcap.json",
"encrypted": true,
"pathPrivKey": "~/.ssh/id_rsa"
},
"debugToFile": false
},
"channels": {
"alexa": {
"enabled": true,
"debug": false,
"chatpersona": "mrwatson"
},
"fb": {
"enabled": true,
"debug": false,
"chatpersona": "mrwatson"
},
"slack": {
"enabled": true,
"chatpersona": "mrwatson",
"startApp": true,
"startTestBot": true,
"debug": false,
"chatboticons": {
"mrwatson": "https://content-us-6.content-cms.com/8f032d79-a358-4825-af1b-d6cc169692c6/dxdam/8c/8c290073-6365-4400-8dce-40e286667e50/MrWatson.PNG",
"profcontent": "https://content-us-6.content-cms.com/8f032d79-a358-4825-af1b-d6cc169692c6/dxdam/ae/ae0a2253-d8e2-48e0-92d3-481cc8468ed2/ProfContent.PNG",
"drhub": "https://content-us-6.content-cms.com/8f032d79-a358-4825-af1b-d6cc169692c6/dxdam/df/df0b0e06-40c4-45a1-8d93-4b0fe45679fe/DrHub.PNG"
}
},
"rasp": {
"enabled": true,
"debug": false
},
"rest": {
"enabled": true,
"debug": false
}
},
"toneAnalyzerService": {
"enabled": false
},
"languageTranslationService": {
"enabled": true
},
"geolocationService": {
"enabled": true
},
"dbService": {
"enabled": false
},
"conversationMiddleware": {
"config": [
{
"workspaceId": "29c9296c-5c7f-43b7-bcbf-72f434c3dc06",
"locale": "de"
},
{
"workspaceId": "9db75ce4-a059-4f53-988d-de239eed10a0",
"locale": "en"
}
],
"serviceName": "wch-conversation"
},
"wchService": {
"enabled": true,
"caching": false,
"ttl": 300
}
}