forked from opentok/learning-opentok-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
23 lines (23 loc) · 724 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
{
"name": "Learning OpenTok Node.js",
"description": "An OpenTok sample app for handling OpenTok server-side functionality on a Node.js server",
"keywords": [
"WebRTC",
"OpenTok",
"video",
"chat",
"communications"
],
"website": "https://tokbox.com",
"repository": "https://github.com/opentok/learning-opentok-node",
"env": {
"TOKBOX_API_KEY": {
"description": "OpenTok API key: Login to the TokBox Dashboard (https://dashboard.tokbox.com/keys) to get this value",
"required": true
},
"TOKBOX_SECRET": {
"description": "OpenTok API secret: Login to the TokBox Dashboard (https://dashboard.tokbox.com/keys) to get this value",
"required": true
}
}
}