summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-07-12 01:53:01 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-07-12 01:53:01 +0200
commit9b9c11226334fcf4666235cea9fa9aa71f75ddda (patch)
tree7c2fd5d5f9194025c9aa2da90da5b2d16b642169 /Procfile
parent87858536e42696c23d5adbd087fb68934993fe25 (diff)
Handle more propertly local port configuration by system property
And prefixed property with "net.yacy" to avoid ambiguity.
Diffstat (limited to 'Procfile')
-rwxr-xr-xProcfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 65a9880e6..e6944606a 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 -Dnet.yacy.server.localPort=$PORT -classpath target/classes:lib/* net.yacy.yacy \ No newline at end of file