pgweb/app.json
Peter van Hardenberg 966b49fb77 heroku button
2014-10-30 17:35:27 -07:00

20 lines
511 B
JSON

{
"name": "pgweb",
"description": "A web-based frontend to your Postgres database.",
"website": "https://github.com/pvh/pgweb",
"repository": "https://github.com/pvh/pgweb",
"logo": "https://avatars1.githubusercontent.com/u/71051?v=2&s=400",
"success_url": "/",
"keywords": [
"postgres",
"database",
"frontend"
],
"addons": [
"heroku-postgresql"
],
"env": {
"BUILDPACK_URL": "https://github.com/kr/heroku-buildpack-go"
}
}