-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
31 lines (31 loc) · 1.03 KB
/
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
31
{
"name": "Appbase.io",
"description": "Appbase.io offers relevant search, out of the box search and click analytics and access control for Elasticsearch.",
"logo": "https://appbase-demo.s3.amazonaws.com/appbase.jpg",
"keywords": ["elasticsearch", "appbase.io", "relevant search", "search", "elastic", "search analytics", "access control"],
"success_url": "/",
"website": "https://appbase.io",
"repository": "https://github.com/appbaseio/appbaseio-heroku.git",
"env": {
"ES_CLUSTER_URL": {
"description": "Your Elasticsearch Cluster URL"
},
"USERNAME": {
"description": "Choose a root username for your appbase.io instance",
"value": "admin"
},
"PASSWORD": {
"description": "Choose the root password for your appbase.io instance",
"value": "drowssap@123"
},
"APPBASE_ID": {
"description": "Your appbase.io instance id can be obtained from here: https://dash.appbase.io/install"
}
},
"formation": {
"web": {
"quantity": 1
}
},
"stack": "container"
}