mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
20 lines
511 B
JSON
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"
|
|
}
|
|
}
|