X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fconversation%2Fconversation.conf.in;h=fb0478f4ed0d33b64e4d7b55af996696eecbd55e;hb=db9c68c76d7a9eb3f200df9d0fcaf971387cb061;hp=f1efa03ba2c0ffb2cda5b0e1ac5b5f4febb5afb0;hpb=841cea6d5273819496550a49a611faf11612740e;p=oweals%2Fgnunet.git diff --git a/src/conversation/conversation.conf.in b/src/conversation/conversation.conf.in index f1efa03ba..fb0478f4e 100644 --- a/src/conversation/conversation.conf.in +++ b/src/conversation/conversation.conf.in @@ -1,7 +1,29 @@ [conversation] -AUTOSTART = YES +AUTOSTART = @AUTOSTART@ BINARY = gnunet-service-conversation -UNIXPATH = /tmp/gnunet-service-conversation.sock -HOME = $SERVICEHOME +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock +HOSTNAME = localhost @UNIXONLY@ PORT = 2106 +# Desired phone line. Change if multiple users are using +# the same peer and we thus need disjoint phone lines. +LINE = 1 + +# Should the phone record be private? (only set to YES if +# you really know what you are doing, you will then likely +# not be able to receive calls). +RECORD_IS_PRIVATE = NO + +# How long should phone records remain published in GNS? +# A long expiration time has the advantage that the phone +# is more likely found and/or resolved faster, OTOH it +# then takes longer to change the phone line if necessary. +# The default should be fine for most users. +RECORD_EXPIRATION = 1 day + + +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; +UNIX_MATCH_UID = NO +UNIX_MATCH_GID = YES +