Update app.json

This is no longer needed as we now officially support Go: https://blog.heroku.com/archives/2015/7/7/go_support_now_official_on_heroku
This commit is contained in:
Edward Muller 2015-07-14 12:50:32 -07:00
parent 5e4398ceae
commit 5fb70ace3c

View File

@ -14,7 +14,6 @@
"heroku-postgresql" "heroku-postgresql"
], ],
"env": { "env": {
"BUILDPACK_URL": "https://github.com/kr/heroku-buildpack-go",
"AUTH_USER": { "AUTH_USER": {
"description": "A username to log into pgweb.", "description": "A username to log into pgweb.",
"value": "admin" "value": "admin"
@ -24,4 +23,4 @@
"value": "pgweb" "value": "pgweb"
} }
} }
} }