-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathapp.json
30 lines (30 loc) · 816 Bytes
/
app.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
{
"name": "OpenTok ServiceKit PHP",
"description": "An OpenTok Starter Kit for creating a customer service application",
"keywords": [
"WebRTC",
"OpenTok",
"customer service",
"video",
"chat",
"communications",
"support",
"consultation"
],
"website": "https://tokbox.com",
"repository": "https://github.com/opentok/servicekit-php",
"env": {
"OPENTOK_KEY": {
"description": "OpenTok API Key: Login to the TokBox Dashboard (https://dashboard.tokbox.com/keys) to get this value",
"required": true
},
"OPENTOK_SECRET": {
"description": "OpenTok API Secret: Login to the TokBox Dashboard (https://dashboard.tokbox.com/keys) to get this value",
"required": true
},
"SLIM_MODE": "production"
},
"addons": [
"redistogo"
]
}