forked from gozman/chatform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 676 Bytes
/
Copy pathapp.json
File metadata and controls
23 lines (23 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "chatform",
"description": "Create forms and surveys that are answered through your favourite messaging app, over Smooch",
"website": "http://chatform.ai",
"repository": "https://github.com/gozman/chatform",
"keywords": [
"Smooch",
"messaging",
"bots",
"surveys",
"forms"
],
"addons": [
"mongolab:sandbox",
"heroku-redis:hobby-dev"
],
"env": {
"CHATFORM_BASE_URL": {
"description": "The URL to your deployed instance of chatform. For example: https://app-name.herokuapp.com"
}
},
"generator": "https://www.expeditedssl.com/heroku-button-maker"
}