diff options
Diffstat (limited to 'src/peerinfo/peerinfo.conf.in')
-rw-r--r-- | src/peerinfo/peerinfo.conf.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/peerinfo/peerinfo.conf.in b/src/peerinfo/peerinfo.conf.in index a40cc4f..1420da8 100644 --- a/src/peerinfo/peerinfo.conf.in +++ b/src/peerinfo/peerinfo.conf.in @@ -1,9 +1,8 @@ [peerinfo] AUTOSTART = YES -@UNIXONLY@ PORT = 2090 +@JAVAPORT@PORT = 2090 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-peerinfo ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; @@ -21,4 +20,9 @@ UNIX_MATCH_GID = YES # PREFIX = HOSTS = $SERVICEHOME/data/hosts/ +# Option to disable all disk IO; only useful for testbed runs +# (large-scale experiments); disables persistence of HELLOs! +NO_IO = NO +[uri] +hello = gnunet-peerinfo |