X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fconversation%2Fconversation.conf.in;h=e966ed6d9f87e389332ea0800b07b953d63cef2b;hb=0945dcf2c250dea65d520ef26f9917e9be3ac4ac;hp=48d2dc507c5f464889492b4dfc84707e4768a697;hpb=7b29d40b75fd60ce5e0b86694499627dc9c63022;p=oweals%2Fgnunet.git diff --git a/src/conversation/conversation.conf.in b/src/conversation/conversation.conf.in index 48d2dc507..e966ed6d9 100644 --- a/src/conversation/conversation.conf.in +++ b/src/conversation/conversation.conf.in @@ -1,6 +1,29 @@ [conversation] -AUTOSTART = YES +AUTOSTART = @AUTOSTART@ BINARY = gnunet-service-conversation UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock -@UNIXONLY@ PORT = 2106 +HOSTNAME = localhost +@UNIXONLY@ PORT = 2120 + +# 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