conversation.conf.in 883 B

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