diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-07-12 01:53:01 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-07-12 01:53:01 +0200 |
| commit | 9b9c11226334fcf4666235cea9fa9aa71f75ddda (patch) | |
| tree | 7c2fd5d5f9194025c9aa2da90da5b2d16b642169 /Procfile | |
| parent | 87858536e42696c23d5adbd087fb68934993fe25 (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-x | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
