fix indentation, typo, improve logging
[oweals/gnunet.git] / src / conversation / conversation.conf.in
1 [conversation]
2 AUTOSTART = @AUTOSTART@
3 BINARY = gnunet-service-conversation
4 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock
5 HOSTNAME = localhost
6 @UNIXONLY@ PORT = 2120
7
8 # Desired phone line.  Change if multiple users are using
9 # the same peer and we thus need disjoint phone lines.
10 LINE = 1
11
12 # Should the phone record be private? (only set to YES if
13 # you really know what you are doing, you will then likely
14 # not be able to receive calls).
15 RECORD_IS_PRIVATE = NO
16
17 # How long should phone records remain published in GNS?
18 # A long expiration time has the advantage that the phone
19 # is more likely found and/or resolved faster, OTOH it
20 # then takes longer to change the phone line if necessary.
21 # The default should be fine for most users.
22 RECORD_EXPIRATION = 1 day
23
24
25 ACCEPT_FROM = 127.0.0.1;
26 ACCEPT_FROM6 = ::1;
27 UNIX_MATCH_UID = NO
28 UNIX_MATCH_GID = YES
29