mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-13 23:44:40 +03:00
Remove herokuisms (#719)
This commit is contained in:
parent
3b2bec68ef
commit
db05989d07
27
app.json
27
app.json
@ -1,27 +0,0 @@
|
||||
{
|
||||
"name": "pgweb",
|
||||
"description": "A web-based frontend to your Postgres database.",
|
||||
"website": "https://github.com/sosedoff/pgweb",
|
||||
"repository": "https://github.com/sosedoff/pgweb",
|
||||
"logo": "https://raw.githubusercontent.com/sosedoff/pgweb/master/static/img/icon.png",
|
||||
"success_url": "/",
|
||||
"keywords": [
|
||||
"postgres",
|
||||
"database",
|
||||
"golang",
|
||||
"frontend"
|
||||
],
|
||||
"addons": [
|
||||
"heroku-postgresql"
|
||||
],
|
||||
"env": {
|
||||
"AUTH_USER": {
|
||||
"description": "A username to log into pgweb.",
|
||||
"value": "admin"
|
||||
},
|
||||
"AUTH_PASS": {
|
||||
"description": "The login password. Please change this.",
|
||||
"generator": "secret"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user