pgweb/app.json

28 lines
722 B
JSON
Raw Normal View History

2014-10-29 21:58:32 +03:00
{
"name": "pgweb",
"description": "A web-based frontend to your Postgres database.",
2014-10-31 21:45:45 +03:00
"website": "https://github.com/sosedoff/pgweb",
2014-10-31 23:52:41 +03:00
"repository": "https://github.com/sosedoff/pgweb",
2014-10-29 21:58:32 +03:00
"logo": "https://avatars1.githubusercontent.com/u/71051?v=2&s=400",
"success_url": "/",
"keywords": [
"postgres",
"database",
"frontend"
],
"addons": [
"heroku-postgresql"
],
"env": {
2014-10-31 21:45:45 +03:00
"BUILDPACK_URL": "https://github.com/kr/heroku-buildpack-go",
"AUTH_USER": {
"description": "A username to log into pgweb.",
"value": "admin"
},
"AUTH_PASS": {
"description": "The login password. Please change this.",
"value": "pgweb"
}
2014-10-29 21:58:32 +03:00
}
}