-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
25 lines (25 loc) · 775 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
{
"name": "heroku-facebook-teneo",
"description": "A Facebook Messenger Bot powered by Teneo.",
"keywords": [
"bot",
"Facebook Messenger",
"Messenger",
"Teneo"
],
"repository": "https://github.com/artificialsolutions/tie-api-example-facebook-messenger/",
"env": {
"FB_VERIFY_TOKEN": {
"description": "Please input you Facebook Verify Token",
"required":true
},
"FB_PAGE_ACCESS_TOKEN": {
"description": "Please input you Facebook Page Access Token",
"required":true
},
"TENEO_ENGINE_URL": {
"description": "Please input your Teneo Engine URL. https://some.engine/instance/",
"required":true
}
}
}