From ab45ce0f53e2b5cbc97f733cdffc9ca4a7685a51 Mon Sep 17 00:00:00 2001 From: luccioman Date: Wed, 6 Jul 2016 22:33:24 +0200 Subject: [PATCH] Try running on port 80 to be in senior mode on Heroku --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 65a9880e6..8380b594b 100755 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java $JAVA_OPTS -Dhttp.port=$PORT -classpath target/classes:lib/* net.yacy.yacy \ No newline at end of file +web: java $JAVA_OPTS -Dhttp.port=80 -classpath target/classes:lib/* net.yacy.yacy \ No newline at end of file