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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
2
go.mod
2
go.mod
@ -2,8 +2,6 @@ module github.com/sosedoff/pgweb
|
|||||||
|
|
||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
// +heroku goVersion go1.20
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.1.0
|
github.com/BurntSushi/toml v1.1.0
|
||||||
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5
|
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user