From 467323009208f578b6502e38f3395a6129925fe9 Mon Sep 17 00:00:00 2001 From: Peter van Hardenberg Date: Fri, 31 Oct 2014 13:40:04 -0700 Subject: [PATCH] binding snafu --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index b421377..46ffb49 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: pgweb --url=$DATABASE_URL --listen=$PORT --auth-user=$AUTH_USER --auth-pass=$AUTH_PASS +web: pgweb --url=$DATABASE_URL --listen=$PORT --bind= --auth-user=$AUTH_USER --auth-pass=$AUTH_PASS