forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
24 lines (24 loc) · 595 Bytes
/
app.json
File metadata and controls
24 lines (24 loc) · 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "Metabase",
"description": "Metabase report server",
"keywords": [
"business intelligence",
"analytics",
"dashboard",
"charting",
"metabase"
],
"website": "https://metabase.com/",
"repository": "https://github.com/metabase/metabase",
"logo": "https://avatars3.githubusercontent.com/u/10520629?v=3&s=200",
"success_url": "/setup",
"env": {
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{ "url": "https://github.com/heroku/heroku-buildpack-nodejs" },
{ "url": "https://github.com/heroku/heroku-buildpack-clojure" }
]
}