forked from esthercrawford83/EstherBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (22 loc) · 715 Bytes
/
app.json
File metadata and controls
22 lines (22 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Esther Bot",
"description": "Esther, bot.",
"keywords": ["esther", "bot", "express"],
"website": "https://estherbot.com",
"repository": "https://github.com/esthercrawford/smooch-bot-example",
"logo": "http://www.estherbot.com/wp-content/uploads/2016/03/EstherBot-photo.png",
"env": {
"SMOOCH_APP_TOKEN": {
"description": "Your Smooch app token which is used to initialize the web widget.",
"required": true
},
"SMOOCH_KEY_ID": {
"description": "Your Smooch key ID, used to talk to the Smooch API",
"required": true
},
"SMOOCH_SECRET": {
"description": "Your Smooch secret, used to talk to the Smooch API",
"required": true
}
}
}