heroku button
This commit is contained in:
19
app.json
Normal file
19
app.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user