-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
24 lines (24 loc) · 914 Bytes
/
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
{
"system": {
"debug" : true,
"serverPort" : 7070,
"contact_center" : "spark_care"
},
"facebook": {
"webhookToken" : "valar_morghulis",
"pageAccessToken" : "EAADZAgY7ZCnCoBAOdbFUPolDcYDvfA1G8haDVXcUiAZBQAqVuCWiAPg6GBgNI0D6GZBuSZCPhf3ed8DjFbrJvQ2ZApX5MWZAcj423PREstcpJdiMeCYpieoqP1SyCI0NIhQ42jOzx9TsZAgIS8brmMNxOuUDvwwek6XLIaKkuIJ3VAZDZD"
},
"contact_center": {
"spark_care": {
"orgId" : "b1de2d84-c9b1-485b-9698-b35e95c6107f",
"clientOrigin" : "https://cumulus2.produs1.ciscoccservice.com",
"eventPollingIntervalMS" : 3000
},
"socialminer": {
"host" : "10.10.10.10",
"chatFeedId" : "100010",
"eventPollingIntervalMS" : 5000
}
},
"totalQuestions" : 2
}