X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fpeerinfo%2Fpeerinfo.conf.in;h=8615a8866223ea16eb4c25a9ad03bea72de02a46;hb=8a2d1e6aedbf1bc95052e63ac67093b89385b0a1;hp=23c8ec30a056a9c0bd599738b34009caff6a04fa;hpb=c303b97bd731aef372ec24ebe8b47ee014ada23b;p=oweals%2Fgnunet.git diff --git a/src/peerinfo/peerinfo.conf.in b/src/peerinfo/peerinfo.conf.in index 23c8ec30a..8615a8866 100644 --- a/src/peerinfo/peerinfo.conf.in +++ b/src/peerinfo/peerinfo.conf.in @@ -1,28 +1,31 @@ [peerinfo] -AUTOSTART = YES +AUTOSTART = @AUTOSTART@ @JAVAPORT@PORT = 2090 HOSTNAME = localhost -HOME = $SERVICEHOME BINARY = gnunet-service-peerinfo ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; -UNIXPATH = /tmp/gnunet-service-peerinfo.sock +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-peerinfo.sock UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES # DISABLE_SOCKET_FORWARDING = NO -# USERNAME = +# USERNAME = # MAXBUF = # TIMEOUT = # DISABLEV6 = -# BINDTO = +# BINDTO = # REJECT_FROM = # REJECT_FROM6 = # PREFIX = -HOSTS = $SERVICEHOME/peerinfo/ +HOSTS = $GNUNET_DATA_HOME/peerinfo/hosts/ # Option to disable all disk IO; only useful for testbed runs # (large-scale experiments); disables persistence of HELLOs! NO_IO = NO +# Load HELLOs shipped with GNUnet +USE_INCLUDED_HELLOS = YES + [uri] hello = gnunet-peerinfo +friend-hello = gnunet-peerinfo