aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2012-06-27 15:34:07 +0000
committerFlorian Dold <florian.dold@gmail.com>2012-06-27 15:34:07 +0000
commit039c0a8e1c193c692c4f492d75cc2b98643203ef (patch)
tree76e112760257457997229acd2750e896f20bc3c2 /src/peerinfo
parent0caef6ac8573b285210d0a74c2ffd29a427de7a4 (diff)
downloadgnunet-039c0a8e1c193c692c4f492d75cc2b98643203ef.tar.gz
gnunet-039c0a8e1c193c692c4f492d75cc2b98643203ef.zip
added JAVAPORT to peerinfo config, fix in gnunet-testing-run-service.c
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/peerinfo.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/peerinfo.conf.in b/src/peerinfo/peerinfo.conf.in
index a40cc4fba..c45a05262 100644
--- a/src/peerinfo/peerinfo.conf.in
+++ b/src/peerinfo/peerinfo.conf.in
@@ -1,6 +1,6 @@
1[peerinfo] 1[peerinfo]
2AUTOSTART = YES 2AUTOSTART = YES
3@UNIXONLY@ PORT = 2090 3@JAVAPORT@PORT = 2090
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME 5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG 6CONFIG = $DEFAULTCONFIG